Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - spaceman

Pages: [1] 2
1
C - C++ / Re: Advice on modern c project based book
« on: February 18, 2016, 04:30:30 am »
Just for start go with heads first c it will give you gentle introduction, then after that book or parallely with that book go with Stphens Prata C Primer Plus cause i think it will extend your knowledge with more examples and approaches.

2
Operating System / Re: OS Advice?
« on: February 02, 2016, 09:46:43 pm »
How old is laptop? Do you get any error messages? Check out maybe its crashing cause you have hardware failure for example overheating or faulty ram... Dont know whats defauld desktop environment of your distro but if needed try more ligweight desktop environment like xfce and lxde.

3
Beginner's Corner / Re: C++ IDE/Compiler for Windows 10 ?
« on: January 29, 2016, 02:22:21 am »
JetBrains Clion is not bad but it costs too much unless you find some cracked version... So if you cannot get it go with visual studio comunity edition its free and its good. Even if you dont want to use vs try vim with plugins or sublime text and use compiler from visual studio to complie from command line.

4
Found it on the Webs / Re: Debian
« on: January 01, 2016, 06:58:07 pm »
Yea i saw it yesterday then came here after nye to share... Thing is everthyng about this is so misterious and lacking on officiall info.

5
Found it on the Webs / Debian
« on: January 01, 2016, 05:46:08 pm »

6
Found it on the Webs / Re: Massive amount of e-books
« on: December 27, 2015, 05:00:45 pm »
www.freebookspot.es is not bad and you can allso search for rlslog on google and go to ebooks section.

7
Beginner's Corner / Re: My internal WIFI card will not work
« on: December 27, 2015, 09:00:16 am »
I had similar problem with sisters laptop soved it by firstly installing all chipset mobo drivers, than after that install wi-fi drivers.

8
Beginner's Corner / Re: Discover all IP addresses in a Local network.
« on: December 26, 2015, 02:34:20 pm »
Search sone quick tutorials for nmap on google and you toobe it is very good tool.

9
Found it on the Webs / Test your programming knowledge
« on: December 19, 2015, 07:49:20 am »
Saw it originaly on hacker news taught gonna be usefull to share http://adventofcode.com You will need to solve programming puzzles to collect stars to free santa.

10
C - C++ / Re: Ordering Numbers into Ascending Order
« on: December 19, 2015, 07:41:03 am »
Before first loop you set i to 0 ok but sice first for loop i changed from 0 to 9. So if you want use i again in other loops as counter set it back to 0. Or use diferent counter.

11
Hardware / Re: Choosing between 2 laptops
« on: December 14, 2015, 11:45:44 am »
I would say dell cause i have 5520 r for more then 2 years now. Never had any problems with it. Only minor cleaning of fans. Dont know how much is lenovo better this days cuse few years ago i used friends lenovo and i constantly had fealing that letters from keyboard gonna fakl off. The reason i went with dell when i bought laptop is that it was ubuntu ready and only dell was offeribg 3 years of warnity period others had 2 or less.

12
General discussion / Re: Mr Robot
« on: December 08, 2015, 04:02:23 am »
Wached pilot episode on twitch.tv like months ago never taught that is going to be so much popular...

13
General discussion / Re: College or not? Need advice
« on: November 30, 2015, 08:14:31 pm »
If you have mobey to go to college then go and don't expect that every thing you need for cs is learned at college cause cs is robust. For me in my country cs colleges are not that good like in U.S. so most stuff i learned by my self before and after college. So in my case college pointed me to php,java,c,c++,mysql... And showed me some basic stuff rest i learned on my own downloading books and tutorials. But its probably better to go to college cause after all you have college diploma when you finish it so its probably easier to get your job.

14
Operating System / Re: Partitioning Hard Drive
« on: November 28, 2015, 02:55:27 am »
As far as i know you can have only 4 primary partitions that are needed for window installation and stuff that only can be installed on primary partitions. But as i know linux can be installed on logical partition without any problems. And you can have as many logical partitions as you like.
Look at this link maybe is this what's you looking for http://askubuntu.com/questions/149821/my-disk-already-has-4-primary-partitions-how-can-i-install-ubuntu

15
Game Hacking, Modding & Discussing / Re: Game from your childhood
« on: November 21, 2015, 10:19:22 pm »
Played many games since childhood to now but hers some i can still remeber on first taught now:
1. Black & White
2. C&C: Red Alert 2
3. Commandos 2
4. Battle Realms
5. Twisted Metal 2/3/4 (Play Station)
6. Ace combat 1/2 (Play Station)

Pages: [1] 2