-  [JOIN IRC!]


Name
Subject   (new thread)
Message
File
Password  (for post and file deletion)
¯\(°_O)/¯
  • Supported file types are: BMP, GIF, JPG, PNG
  • Maximum file size allowed is 10000 KB.
  • Images greater than 400x400 pixels will be thumbnailed.
  • Currently 317 unique user posts. View catalog

  • Blotter updated: 2023-01-12 Show/Hide Show All

File 141661704838.jpg - (38.43KB , 600x600 , 10176258_10152045164523097_171332230708069749_n.jpg )
704 No. 704 hide quickreply [Reply]
UofT or Waterloo for CompSci ?


File 141618408910.jpg - (612.71KB , 722x506 , 2.jpg )
685 No. 685 hide quickreply [Reply]
As I am working through a computer science degree through correspondence on a part time basis, it is coming very clear that my degree is only going to provide a foundation for my education and that continuing to learn after my degree is finished is going to be critical.
I'm curious about what kinds of things people do to keep up with the latest in the field.
>> No. 700
File 141645243991.jpg - (109.62KB , 400x578 , sakurai_izumi.jpg )
700
What are you trying to keep up with?

If it's research, then, like with any field, read recently published papers. Some organizations, like IEEE, also put out publications that summarize recently published research.

If it's in-demand skills and programming languages, just scan through job postings.

If you want to keep your programming skills sharp, then I suggest joining an open-source project. Just be up-front about what you can contribute if you go that route.

Just curious: what did you do before?


File 141632249318.jpg - (32.62KB , 495x638 , 0.jpg )
695 No. 695 hide quickreply [Reply]
just a lil quesiton, yeah, I' doing it, although it's gonna be a long way
Can I host a http server, then turn on TOR and navigate back to my server using my ip? doesn't tor mess with it?
I ask this because I wanna test if I can crack my ip through tor


File 141629249317.jpg - (155.74KB , 1298x882 , jyNuP.jpg )
693 No. 693 hide quickreply [Reply]
Hey guys so I just given an Ipad and figure I should jailbreak it, been looking online at the various options to jailbreak as well as pros and cons but I figure I should ask you guys since you generally give me good advice.

What should I use to jailbreak and anything I should be aware of? Also a good place to source 3rd party apps?


File 141629207640.jpg - (83.14KB , 598x800 , 2.jpg )
691 No. 691 hide quickreply [Reply]
Thoughts on this budget gaming setup?

This will cost about ~$1000 for just the tower without case:

>MSI CSM-H87M-G43 Micro ATX Intel Motherboard
>Intel Core i5-4460 Haswell Quad-Core 3.2GHz
>SAMSUNG 840 EVO MZ-7TE120BW 2.5" TLC Internal Solid State Drive (SSD)
>SeaSonic M12II 620 Bronze 620W Power Supply New 4th Gen CPU Certified Haswell Ready
>G.SKILL Ripjaws X Series 8GB (2 x 4GB) 240-Pin DDR3 SDRAM DDR3 1600 (PC3 12800) Desktop Memory
>EVGA 04G-2974-KR GeForce GTX 970 Superclocked 4GB 256-Bit GDDR5 ACX 2.0 PCI Express 3.0
>Western Digital WD Blue WD10EZEX 1TB 7200 RPM 64MB Cache SATA 6.0Gb/s 3.5" Internal Hard Drive


File 141629197432.jpg - (502.29KB , 500x723 , 1.jpg )
690 No. 690 hide quickreply [Reply]
I'm building my gf a PC for christmas

What vidya should I preinstall for this casual. I know she likes minecraft and the sims so I'll put those on there. femanons, what games would somebody who just started playing vidya like?


File 141629180597.jpg - (20.83KB , 595x325 , 1.jpg )
689 No. 689 hide quickreply [Reply]
http://www.ign.com/articles/2014/11/17/nbcuniversal-pulls-the-plug-on-the-g4-channel

G4 is finally dead. and so is your adolescence Long live G4.
>> No. 699
eh...they were playing Cops and Cheaters almost all the time before we stopped getting the channel. I'm surprised it took this long.

I'm hopeful that the people who were still at G4 will keep doing what they do. That's what matters most.


File 14162915748.jpg - (56.76KB , 500x406 , 57B4J.jpg )
688 No. 688 hide quickreply [Reply]
http://pastebin.com/uftudrTM

Can anybody explain why this is giving me no errors, but doesn't fill my array properly? If I use the currently commented out section it works just fine, but this is for a school assignment and I'm suppose to use a function to do this, and I'm not understanding why my array is getting filled with all 0's.


File 141629145563.jpg - (27.96KB , 460x349 , 136758328816.jpg )
687 No. 687 hide quickreply [Reply]
I'm a sophomore in college and I'm trying to pick out what are the best languages to learn in this day. I've seen the following two videos on the subject:
https://www.youtube.com/watch?v=LR8fQiskYII [Embed]
https://www.youtube.com/watch?v=NvWTnIoQZj4 [Embed]

Is this information still relevant?

I'd really like to know what /n/ thinks are the five programming languages "you need to know", specifically for getting a job in the field in this day and age. So far i've had a semester of Java, and three of C and i'm thinking about moving on to either C++ or C#, but i'd also like to inevitably work with some of the more popular scripting languages.

I'd really like to know what languages you guys have learned/recommend learning so that I can make a better decision, and not waste my time/money.


File 141608573993.jpg - (8.18KB , 200x200 , 140729862373s.jpg )
662 No. 662 hide quickreply [Reply]
Hi guys, I just discovered /pr/ and I think this is really great. Im a first year I.T. student,and right now we're at Netbeans Java in our programming class. Im really a beginner and before taking college I have no idea about programming but I really like it.
Can you give any tips and advice on how to be a great programmer and how can I improve my logic skills.
>> No. 686
Read books written by the greats. Do stuff that's difficult and challenging. And, most importantly: just fucking do it.


File 141618392944.jpg - (308.05KB , 1200x1600 , 1.jpg )
684 No. 684 hide quickreply [Reply]
I'm working on a Windows Forms Application to run a Pomodoro Timer window. I'm trying to work out why I'm getting this error thrown, here's the deets:
In Form.Designer I have a label that displays label1.Text="Circuit "+ circuitCounter + " Session " + sessionCounter;
circuitCounter and sessionCounter are declared above the initializer but still within the Form1 class.
I'm thrown the error "The variable 'circuitCounter' is either undeclared or was never assigned" and I can't understand why.
Here is the relevant code for the Form1 class:
namespace Pomodoro_Timer
{
public partial class Form1 : Form
{
//set timers
static System.Timers.Timer sessionTimer= new System.Timers.Timer (1500000);
static System.Timers.Timer sbTimer = new System.Timers.Timer(300000);
static System.Timers.Timer lbTimer = new System.Timers.Timer(900000);

//declare counters
Message too long. Click here to view the full text.


File 141618359169.jpg - (204.83KB , 500x500 , 1.jpg )
683 No. 683 hide quickreply [Reply]
I know the basics of Java after taking an intro summer class, I want to learn more. I've been trying to do the USACO's training course, but its hard when I get stuck and don't know how to move forward. What are resources where learning Java and other languages is not just a tutorial but where I can get help from other people learning?


File 141618255312.jpg - (145.69KB , 839x636 , 1.jpg )
680 No. 680 hide quickreply [Reply]
https://github.com/mapmeld/profanity65#profanity65

Anyone can use PGP to make their e-mail more secure. Using a pair of public and private keys, you either encrypt the entire message for a user, or add a signature to your e-mail for others to verify that it is your original content.

Unfortunately, PGP signatures usually look kinda boring:

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (Darwin)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBAgAGBQJTHnwVAAoJEDWbjndSKzRJFeUH/RtAHtZsUhHpxMxvekLhCEYP
oZn1E7wq1F0I5/4yaQlma3I/v+NdyMiorFQpv3x2YjoleZtnmHN7CR11ZIE66YWT
uyZnFSTuYh6K5SJkfFQs2SKchI0D9MPPoaUYF/m0l2XAwIxs2EdBuxbRryzR8VBj
QmDEeb/fGTnRArJlWlM6KO2rFtUWNdL30zbVZfmxNsr3s7i+/f6ku4duVgtBWXFt
bq114qAFCD4YWM/Ho+T7OfgTUIgxgPjKWeYKovR81nomDxsiyAGHVCe5MR0TL2P9
Message too long. Click here to view the full text.


File 14160900261.jpg - (3.46KB , 200x127 , 1414011067190s.jpg )
678 No. 678 hide quickreply [Reply]
I'm applying for a QA position at a company because I am not that interested in development and have gotten let go from my last 2 jobs. As an assessment they want me to provide "a test case or cases" for a stack of post it notes.

I've been googling around looking at test case tutorials and examples and i just wanted another's opinion about how many cases i should be thinking of in this situation, and the general goal of each case. I mean how many things can you accomplish? Make sure the post its are there, make sure they peel, make sure they stick, make sure you can write on them? thats 4.

I don't have much QA experience (entry level position) but I can't imagine having more than 2 or 3 cases for a stack of post its. Any advice would be appreciated


File 141608983567.jpg - (3.62KB , 200x112 , 1395399349603s.jpg )
676 No. 676 hide quickreply [Reply]
I'm currently taking a term off from studying comp engineering, I was skipping classes and missing assignments and needed time off to get my head back in the game.
Anyways, I figure rather than trying to study course material on my own time, since I'm going to have to redo that stuff when I go back to school I should study something that interests me a bit more. So I'm starting to try and learn 3d graphics using openGL. I've been starting to learn using arcsynthesis tutorials, but I'm wondering if anyone could recommend some good podcasts for either openGL or just general tips on productivity and such for software developers? I find unless I do something programming related daily I forget things so damn quickly, so I want to make sure that when I'm not at my laptop studying, I can still study / keep my brain working.


File 141608965724.jpg - (1.28MB , 1724x3284 , 138303610973.jpg )
675 No. 675 hide quickreply [Reply]
Hey guys! I was wondering if anyone here new PHP and could help me out with my problem.

>>Details

I'm writing a program that will read from one file and then write three separate files.

The file I'm reading from is this:
Sally F 35 A
Donald M 38 A
Susan F 22 N
Richard M 21 N
Dave M 39 A

What that should look like in the end is this:

Message too long. Click here to view the full text.


File 141608908292.jpg - (60.64KB , 600x436 , 1415022016421.jpg )
674 No. 674 hide quickreply [Reply]
I'm new to matlab and I was wondering if people could help me with some fairly simple stuff I need to do for a project.

I basically need to run a loop which runs a different pre-written program, and I also need to get it to print out a picture for each result, ideally saved as a bitmap rather than opening it in an output window.

Thanks for any help.


File 141608847845.jpg - (7.19KB , 200x139 , 1414530671121s.jpg )
673 No. 673 hide quickreply [Reply]
so I'm writing a candy machine program in c++ for a class. I've got it to give the correct amount of change, but the assignment also requires that I display the coin change (quarters, dimes, nickels. would put dollars but I made to where the machine won't accept 5's or weird change, so there's no way to be able to get back more than 95 cents)

I'm pretty sure the first step here is to multiply it by 100 and change it to an integer and then work with it. after that I'm stumped.

not looking for a code answer, rather a logic hint


File 141608790637.png - (7.15KB , 200x151 , 138711245929s.png )
672 No. 672 hide quickreply [Reply]
This thread is strictly for CODING.
===================================
Here's the bitbucket: https://bitbucket.org/FeministSoftwareFoundation/c-plus-equality

IRC: #cplusequality@irc://chat.freenode.net

Here's the website: http://feministsoftwarefoundation.org/
===================================
TL;DR recap:
Retarded feminist writes an article filled with gibberish on how a feminist programming language is needed: http://www.hastac.org/blogs/ari-schlesinger/2013/11/26/feminism-and-programming-languages
/pol/ and /g/ commences to establish the Feminist Software Foundation (a joke to the actual Free Software Foundation), and starts writing the C-plus-Equality lanuage on GitHub.
/g/ contributed the actual code, /pol/ contributed the specification.
Twitter SJWs got hold of it, GitHub bans the repo.
Twitter shitstorm: https://twitter.com/search?q=FeministSoftwareFoundation&src=typd&f=realtime
The project then moved to BitBucket. A website FeministSoftwareFoundation.org is then made.
Message too long. Click here to view the full text.


File 141608721769.jpg - (2.75KB , 200x133 , 1415444911198s.jpg )
671 No. 671 hide quickreply [Reply]
Hi, I am trying to a function in R and I am pretty new to this.

I have a matrix like this ( this is the code for the matrix):

k2=c(3,6,4,NA,NA,NA,NA)
k3=c(2,7,5,NA,NA,NA,NA)
k4=c(7,9,5,2,1,8,12)

df2=data.frame(k2,k3,k4)
m2=as.matrix(df2)
m2


The main idea to find a value in the k4 row. If the value is not the same for that row, the function should check the values in the same row, and go to these rows instead to find the value.So if the value is less than val in [1,k4] then it should take the second column value in the same row ([1,k3])as the row number to go for and check the value in the third column in that row [value of row,3]. If the value is the greater, itshould do same thing as before, but with [1,k2]. And if the value is again not the needed one it should again check and repeat the same procedure for that next row until it gets the match.

Message too long. Click here to view the full text.


Delete post []
Password  
Report post
Reason  
[0] [1] [2] [3] [4] [5] [6] [7]