I have seen a lot of users go with Responsive themes for scripts that are not mobile friendly. For example, take MyBB. If you go with the default theme, it will give you the same appearance as desktop site in mobile as well. But people try to override it using Responsive theme. One popular theme maker said he does not give responsive themes because so plugins could break it as they are not made for responsive theme. What is your take on it ?
Bad News: VPS 8 had with us for very short period of time.
Good News: VPS 6 is back in stock
1x VPS 1(Please remember that you can't install Windows OS in this VPS, though its available on the OS list)
10x VPS 3
9x VPS 5
1x VPS 6
3x VPS 9 (Please mention the location from Buffalo,Los Angeles,Dallas in your VPS Request or if you want random then don't mention it & Please include in your request which operating system you would like installed.)
Note: We would not only view points for VPS 9 & VPS 6 but also the VPS usage purpose too, so if you a have reasonable purpose, then only try to claim for them
as otherwise it would be just an waste of resource
Operating System of VPS 3 are as follows:
CentOS 6.7 64 bit
Debian 8 64 bit
Windows 2008 R2 64bit (may not be activated)
Windows 2012 R2 64bit (may not be activated)
CentOS 7 64 bit
Ubuntu-14.04.1-LTS-64bit
Minecraft-CentOS-7-64bit
FreeBSD-10-1-64bit
Docker-64bit
Windows 7-64bit
The winners will be decided as soon as possible and giveaway will remain open till 7th of August (Sunday).
Please Read before Applying
Good News: VPS 6 is back in stock
23 VPSs are Available
1x VPS 1(Please remember that you can't install Windows OS in this VPS, though its available on the OS list)
10x VPS 3
9x VPS 5
1x VPS 6
3x VPS 9 (Please mention the location from Buffalo,Los Angeles,Dallas in your VPS Request or if you want random then don't mention it & Please include in your request which operating system you would like installed.)
Note: We would not only view points for VPS 9 & VPS 6 but also the VPS usage purpose too, so if you a have reasonable purpose, then only try to claim for them

Operating System of VPS 3 are as follows:
CentOS 6.7 64 bit
Debian 8 64 bit
Windows 2008 R2 64bit (may not be activated)
Windows 2012 R2 64bit (may not be activated)
CentOS 7 64 bit
Ubuntu-14.04.1-LTS-64bit
Minecraft-CentOS-7-64bit
FreeBSD-10-1-64bit
Docker-64bit
Windows 7-64bit
The winners will be decided as soon as possible and giveaway will remain open till 7th of August (Sunday).
Please Read before Applying
- Read Our Forum Rules before applying.
- You should have meet our minimum requirements to get VPS.
- Read Application Format before applying. (If the application format is wrong then your Request will be rejected)
- You must post your VPS application in VPS Request Forum.
- Read TOS of VPS providers before applying.
Good Luck !
Posted by: thispc - 07-30-2016, 05:07 PM - Forum: Scripting & Programming
- No Replies
a Modification to classic sieve of eratosthenes
here small[i] array is smallest prime factor of given index i;
It can be used to print all prime factors as follows::
Time::log n
Code:
#include<bits/stdc++.h>
using namespace std;
void sieve(int n)
{
bool prime[n+1];
int small[n+1];
small[1]=1;
prime[1]=0;
memset(prime,1,sizeof(prime));
for(int i=2;i<=n;i++)
{
if(prime[i])
{
small[i]=i;
for(int j=i;i*j<=n;j++)
{
if(prime[j*i])
{
prime[j*i]=0;
small[j*i]=i;
}
}
}
}
for(int i=1;i<=n;i++)
cout<<small[i]<<" ";
cout<<"\n";
}
int main(void)
{
int n=20;
sieve(n);
}
here small[i] array is smallest prime factor of given index i;
It can be used to print all prime factors as follows::
Code:
void printfact(int n,int small[])
{
while(n>1)
{
cout<<small[n]<<" ";
n=n/small[n];
}
cout<<"\n";
}
Time::log n
I stoped vps for new aplies.
Since the server is weak and has poor network connection. And common downtime i decided to remove the plan.
People that has a active account make backups.
Im sorry but if someone complains about tjis post4vps could go through a dark time again.
For the poeple that have a vps u can reapply for a new one.
Regards
Perry
Since the server is weak and has poor network connection. And common downtime i decided to remove the plan.
People that has a active account make backups.
Im sorry but if someone complains about tjis post4vps could go through a dark time again.
For the poeple that have a vps u can reapply for a new one.
Regards
Perry
Bacloud.com - Data center operator since 2002
Few reviews:
https://www.lowendtalk.com/discussion/co...nt_1777271
https://servernesia.com/1594/bacloud-kec...wuss-wuss/
http://hostadvice.com/hosting-company/bacloud-reviews/
http://www.webhostreportcards.com/reviews/Bacloud.aspx
http://bittrust.org/bacloud
We use enterprise hardware ( E5 processors, rack server boards, enterprice , RAM, network equipents, UPS/diesel generators ) only!
Node servers - 2 x 2650v4, DDR4 RAM's, 10 x Intel P3600 NVMe ( http://www.intel.com/content/www/us/en/s...-pcie.html ) in RAID6 disk space.
OpenStack KVM plans:
1 vCPU x E5-2650v4, 2GB RAM DDR4 + 2GB vSWAP, 20GB NVMe Disk space, 50Mbps unlimited BW, 1 IPv4 + 1 IPv6 - from $5.81 /month
2 vCPU x E5-2650v4, 4GB RAM DDR4 + 4GB vSWAP, 40GB NVMe Disk space, 100Mbps unlimited BW, 1 IPv4 + 1 IPv6 - from $11.61 /month
4 vCPU x E5-2650v4, 8GB RAM DDR4 + 8GB vSWAP, 80GB NVMe Disk space, 100Mbps unlimited BW, 1 IPv4 + 1 IPv6 - from $23.42 /month
6 vCPU x E5-2650v4, 12GB RAM DDR4 + 10GB vSWAP, 120GB NVMe Disk space, 100Mbps unlimited BW, 1 IPv4 + 1 IPv6 - from $35.14 /month
OpenStack Linux KVM NVMe plans and order page: https://www.bacloud.com/en/linux-kvm-vps-hosting
Non-volatile memory express, also known as NVMe or NVM Express, is a specification that allows a solid-state drive to make effective use of a high-speed Peripheral Component Interconnect Express bus in a computer.
NVM Express significantly improves both random and sequential performance by reducing latency, enabling high levels of parallelism, and streamlining the command set while providing support for security, end-to-end data protection, and other Client and Enterprise features users need.
Intel NVMe brings extreme data throughput directly to Intel® Xeon® processors with up to six times faster data transfer speed than 6 Gbps SAS/SATA SSDs.
Other VPS Available:
Instant Linux VPS ( OpenVZ, solusVM, E3 processors, 100% SSD powered )
1 vCPU, 1GB RAM, 25GB real SSD disk space, 20Mbps, 1 IPv4 + 1 IPv6 - from $5.78 /month
1 vCPU, 2GB RAM, 50GB real SSD disk space, 50Mbps, 1 IPv4 + 1 IPv6 - from $8.20 /month
2 vCPU, 5GB RAM, 100GB real SSD disk space, 100Mbps, 1 IPv4 + 1 IPv6 - from $16.41 /month
2 vCPU, 6GB RAM, 125GB real SSD disk space, 100Mbps, 1 IPv4 + 1 IPv6 - from $20.52 /month
2 vCPU, 7GB RAM, 140GB real SSD disk space, 100Mbps, 1 IPv4 + 1 IPv6 - from $32.75 /month
Linux VPS plan and order: https://www.bacloud.com/en/linux-vps-hosting
Instant Windows VPS ( KVM virtualization, solusVM, Windows data center licenses, 2 x E5 processors, 100% SSD powered ), RDP connection
1 vCPU, 2GB RAM, 40GB real SSD disk space, 20Mbps, 1 IPv4 + 1 IPv6 - from $11.55/month
2 vCPU, 4GB RAM, 80GB real SSD disk space, 50Mbps, 1 IPv4 + 1 IPv6 - from $23.14 /month
4 vCPU, 8GB RAM, 160GB real SSD disk space, 100Mbps, 1 IPv4 + 1 IPv6 - from $46.22 /month
4 vCPU, 16GB RAM, 320GB real SSD disk space, 100Mbps, 1 IPv4 + 1 IPv6 - from $92.48 /month
Windows VPS plan and order: https://www.bacloud.com/en/windows-vps-hosting
*Ping test speed: 185.25.48.1
*Our AS61272 information: https://www.robtex.com/as/as61272.html
*Test file download 1GB: www.Bacloud.com/test.bin
*Our FaceBook page: https://www.facebook.com/Bacloudcom/
*DMCA friendly
*Payment methods: BitCoin, Credit Cards, Paypal, Webmoney, CashU, SafetyPay, Perfect Money, Direct bank transfer.
Contact us:
[email protected]
Skype: Andrius.Bacloud
Tel: +37068557990
Few reviews:
https://www.lowendtalk.com/discussion/co...nt_1777271
https://servernesia.com/1594/bacloud-kec...wuss-wuss/
http://hostadvice.com/hosting-company/bacloud-reviews/
http://www.webhostreportcards.com/reviews/Bacloud.aspx
http://bittrust.org/bacloud
We use enterprise hardware ( E5 processors, rack server boards, enterprice , RAM, network equipents, UPS/diesel generators ) only!
Node servers - 2 x 2650v4, DDR4 RAM's, 10 x Intel P3600 NVMe ( http://www.intel.com/content/www/us/en/s...-pcie.html ) in RAID6 disk space.
OpenStack KVM plans:
1 vCPU x E5-2650v4, 2GB RAM DDR4 + 2GB vSWAP, 20GB NVMe Disk space, 50Mbps unlimited BW, 1 IPv4 + 1 IPv6 - from $5.81 /month
2 vCPU x E5-2650v4, 4GB RAM DDR4 + 4GB vSWAP, 40GB NVMe Disk space, 100Mbps unlimited BW, 1 IPv4 + 1 IPv6 - from $11.61 /month
4 vCPU x E5-2650v4, 8GB RAM DDR4 + 8GB vSWAP, 80GB NVMe Disk space, 100Mbps unlimited BW, 1 IPv4 + 1 IPv6 - from $23.42 /month
6 vCPU x E5-2650v4, 12GB RAM DDR4 + 10GB vSWAP, 120GB NVMe Disk space, 100Mbps unlimited BW, 1 IPv4 + 1 IPv6 - from $35.14 /month
OpenStack Linux KVM NVMe plans and order page: https://www.bacloud.com/en/linux-kvm-vps-hosting
Non-volatile memory express, also known as NVMe or NVM Express, is a specification that allows a solid-state drive to make effective use of a high-speed Peripheral Component Interconnect Express bus in a computer.
NVM Express significantly improves both random and sequential performance by reducing latency, enabling high levels of parallelism, and streamlining the command set while providing support for security, end-to-end data protection, and other Client and Enterprise features users need.
Intel NVMe brings extreme data throughput directly to Intel® Xeon® processors with up to six times faster data transfer speed than 6 Gbps SAS/SATA SSDs.
Other VPS Available:
Instant Linux VPS ( OpenVZ, solusVM, E3 processors, 100% SSD powered )
1 vCPU, 1GB RAM, 25GB real SSD disk space, 20Mbps, 1 IPv4 + 1 IPv6 - from $5.78 /month
1 vCPU, 2GB RAM, 50GB real SSD disk space, 50Mbps, 1 IPv4 + 1 IPv6 - from $8.20 /month
2 vCPU, 5GB RAM, 100GB real SSD disk space, 100Mbps, 1 IPv4 + 1 IPv6 - from $16.41 /month
2 vCPU, 6GB RAM, 125GB real SSD disk space, 100Mbps, 1 IPv4 + 1 IPv6 - from $20.52 /month
2 vCPU, 7GB RAM, 140GB real SSD disk space, 100Mbps, 1 IPv4 + 1 IPv6 - from $32.75 /month
Linux VPS plan and order: https://www.bacloud.com/en/linux-vps-hosting
Instant Windows VPS ( KVM virtualization, solusVM, Windows data center licenses, 2 x E5 processors, 100% SSD powered ), RDP connection
1 vCPU, 2GB RAM, 40GB real SSD disk space, 20Mbps, 1 IPv4 + 1 IPv6 - from $11.55/month
2 vCPU, 4GB RAM, 80GB real SSD disk space, 50Mbps, 1 IPv4 + 1 IPv6 - from $23.14 /month
4 vCPU, 8GB RAM, 160GB real SSD disk space, 100Mbps, 1 IPv4 + 1 IPv6 - from $46.22 /month
4 vCPU, 16GB RAM, 320GB real SSD disk space, 100Mbps, 1 IPv4 + 1 IPv6 - from $92.48 /month
Windows VPS plan and order: https://www.bacloud.com/en/windows-vps-hosting
*Ping test speed: 185.25.48.1
*Our AS61272 information: https://www.robtex.com/as/as61272.html
*Test file download 1GB: www.Bacloud.com/test.bin
*Our FaceBook page: https://www.facebook.com/Bacloudcom/
*DMCA friendly
*Payment methods: BitCoin, Credit Cards, Paypal, Webmoney, CashU, SafetyPay, Perfect Money, Direct bank transfer.
Contact us:
[email protected]
Skype: Andrius.Bacloud
Tel: +37068557990
I am trying to find something through which if I host my gaming server it would show any other ip instead of showing the real ip of my VPS. Is it possible?? Can anyone help me please/
free vps by
hello guys today i was viewing my facebook news feed i found a very good hosting site named townzhost
i just got one vps from townzhost with 256 ram and 20gb hdd
VPS - 1
Disk Size - 15GB
Ram - 128 MB
Location - USA
Requirements - 25 Posts
VPS - 2
Disk Size - 20GB
Requirements - 40 Posts
they are providing free samp server and vps
hello guys today i was viewing my facebook news feed i found a very good hosting site named townzhost
i just got one vps from townzhost with 256 ram and 20gb hdd
VPS - 1
Disk Size - 15GB
Ram - 128 MB
Location - USA
Requirements - 25 Posts
VPS - 2
Disk Size - 20GB
Ram - 256 MB
Location - USA
Requirements - 40 Posts
they are providing free samp server and vps
Hello friends
Features:
Demo:
Previews:
![[Image: USmstzg.png]](http://imgur.com/USmstzg.png)
![[Image: YXfstvr.png]](http://imgur.com/YXfstvr.png)
Albums: http://imgur.com/a/hQ6rt
Price: 30 usd for the theme, and extra 30 usd to remove copyright.
Method of payment: payment via PayPay or Bitcoin
Contact: PM on mybb.com or email: [email protected]
After a month of working with it, today we would like to introduce to you a completely new theme - Avenger.
Built on the structure of MyBB, fit all devices, mobile friendly. Specially designed interface flat, bright colors, many colors.
Built on the structure of MyBB, fit all devices, mobile friendly. Specially designed interface flat, bright colors, many colors.
![[Image: wisyzB3.png]](http://imgur.com/wisyzB3.png)
Features:
Code:
Responive design.
HTML5 + CSS3 + jQuery.
Design flat.
Neat, clean.
Font Awesome icons.
2 Homepage Layout.
Multiple Color Options (Colpick Development, 18 Light Color and 1 Dark Color).
Effect Modal Login (Magnific Popup).
jQuery features like sidebar, announcements, tabbed profiles, sticky ads, full layout and boxed layout, sidebar box with tabbed interface etc.
and more
Demo:
Previews:
![[Image: 7i3WeG5.png]](http://imgur.com/7i3WeG5.png)
![[Image: V6LZDon.png]](http://imgur.com/V6LZDon.png)
![[Image: YEp8tnU.png]](http://imgur.com/YEp8tnU.png)
![[Image: lD8ibVS.png]](http://imgur.com/lD8ibVS.png)
![[Image: fuy35ii.png]](http://imgur.com/fuy35ii.png)
![[Image: E9SOb0R.png]](http://imgur.com/E9SOb0R.png)
![[Image: USmstzg.png]](http://imgur.com/USmstzg.png)
![[Image: vnZGQAp.png]](http://imgur.com/vnZGQAp.png)
![[Image: YXfstvr.png]](http://imgur.com/YXfstvr.png)
Albums: http://imgur.com/a/hQ6rt
Price: 30 usd for the theme, and extra 30 usd to remove copyright.
Method of payment: payment via PayPay or Bitcoin
Contact: PM on mybb.com or email: [email protected]
Thank you
************ Lavaskins.net ************
Hi!
, Hehe... This Tutorial Just for Game Server IP.
, But You also can use it for your VPS IP :
Before we Start, You also need NO-IP Account. You can Register Here
What is No-IP?, NO-IP is just DNS solution makes it easy to remote access any internet connected device.
Its mean, You can Hide your Server Game IP with NO-IP Domain. Anyway, NO-IP is Domain Tho. (LOL).
Tutorial? :
~~
• First, You need goto Official No-IP Site. (http://www.noip.com/)
• On Homepage, You also insert your Hostname. then Register / Sign up.
• (Note): if you're New?, You just insert your Email, Username, & Password. then Click "Create my Free Account".
• If you are Already Registred?, You should Open this Link: (https://my.noip.com/)
• Now, on Index, You should See Panel "Quick Add". You just Insert your Hostname & Select Domain.
• Then Click "+ More Records", If you Clicked New Panel should Appear.
• Now, Replace Original IPv4 Address with your Game Server IP!. (Note: Only IP Without Port).
• Then Click Add hostname.
• Now Test your NOIP Address. (Try to Join your Server with your NOIP Address.)
If its Worked?, Just Have Fun :
.
Remember!. You should add Port at End Domain. Like this: " [YourHostname].zapto.com:[port] " (Zapto.com) is only Example.
My NO-IP Address: cloudmc.sytes.net:40516 | Minecraft Server. (Still Maintenance O_O)
Well, This is end of Tutorial
, i'm Sorry if my Tutorial is not Understand ._. Also, My English is Bad tho.
Cyaa~



Before we Start, You also need NO-IP Account. You can Register Here
What is No-IP?, NO-IP is just DNS solution makes it easy to remote access any internet connected device.
Its mean, You can Hide your Server Game IP with NO-IP Domain. Anyway, NO-IP is Domain Tho. (LOL).
Tutorial? :

• First, You need goto Official No-IP Site. (http://www.noip.com/)
• On Homepage, You also insert your Hostname. then Register / Sign up.
• (Note): if you're New?, You just insert your Email, Username, & Password. then Click "Create my Free Account".
• If you are Already Registred?, You should Open this Link: (https://my.noip.com/)
• Now, on Index, You should See Panel "Quick Add". You just Insert your Hostname & Select Domain.
• Then Click "+ More Records", If you Clicked New Panel should Appear.
• Now, Replace Original IPv4 Address with your Game Server IP!. (Note: Only IP Without Port).
• Then Click Add hostname.
• Now Test your NOIP Address. (Try to Join your Server with your NOIP Address.)
If its Worked?, Just Have Fun :

Remember!. You should add Port at End Domain. Like this: " [YourHostname].zapto.com:[port] " (Zapto.com) is only Example.
My NO-IP Address: cloudmc.sytes.net:40516 | Minecraft Server. (Still Maintenance O_O)
Well, This is end of Tutorial

Cyaa~
Someones hacked the official Ubuntu forum. It was based on vBulletin .
Ubuntu hasn't updated the forum with the latest patches.
They ’ve installed ModSecurity, a Web Application Firewall, to prevent further attacks.
And promised to keep their forum up to date in the future.
Source: https://insights.ubuntu.com/2016/07/15/n...1468833804
Ubuntu hasn't updated the forum with the latest patches.
They ’ve installed ModSecurity, a Web Application Firewall, to prevent further attacks.
And promised to keep their forum up to date in the future.
Source: https://insights.ubuntu.com/2016/07/15/n...1468833804

Welcome, Guest |
You have to register before you can post on our site. |
Search Forums |
(Advanced Search) |
Forum Statistics |
» Members: 2,271 » Latest member: orzpainter » Forum threads: 3,093 » Forum posts: 34,816 Full Statistics |
Online Users |
There are currently 319 online users. » 0 Member(s) | 317 Guest(s) Google, Bing |