-  [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 141608698354.jpg - (29.01KB , 450x338 , 1415553864821.jpg )
670 No. 670 hide quickreply [Reply]
Hey /prog/,


I'm sure you get a lot of questions like this but here it goes. For work I am being sent to take a year long Geomatics course at night school. The program states that I should be at least familiar with computer programming to a degree, they explain it as such...

"The program covers many programming languages. Programming languages taught currently in the courses include Java, Python, JavaScript, PHP and others. You should know programming concepts and program design before starting the program, but you do not need to know any particular programming language."


Don't get me wrong, this is not a computer science degree course, this is a short course which requires a bit of programming, so I gather. Could anyone recommend some resources that could help me get a start understanding basic programming concepts.

Thank you.


File 141608690250.png - (695.93KB , 1366x768 , 140918089256.png )
669 No. 669 hide quickreply [Reply]
why the fuck does feh do this?
any better alternatives other than qiv or sxiv?

The problem might be an extension to my non tiling wm, which gives it basic twm abilities. Anyways, in the extension, I set it to get rid of window borders for all windows, but even if I command "feh -x file.jpg", it will still do this.


File 141608667793.png - (7.37KB , 200x200 , 141515165046s.png )
668 No. 668 hide quickreply [Reply]
Hey /n/!
First time here..
4chan doesn't have a /pr/ which is what brought me here.

I'm looking to start developing android apps. I have a great grasp on anything computer related, dabble in web development and am currently looking to expand my knowledge.

At this point in time I'm running Lubuntu 14.04 with Android Studio installed. I decided to install this as I saw Google was looking to sway away from eclipse and possibly end plugin development.

My question is, where should I start?!

Does anyone have any good sites for tutorials, torrents or video tuts they can link me to?

I've started using CodeAcademy to learn Java but was looking for something that tends to be more specific to what I'm doing (Android Apps).


File 141608650375.jpg - (214.80KB , 1024x1024 , 115406136.jpg )
667 No. 667 hide quickreply [Reply]
i'm pretty new to java. it's the first language i've learned. right now i'm trying to write a program that reads from a list of youtube links and opens each link ( formatted as such: https://www.youtube.com/v/EaKUmIR0qDU?autoplay=1) in a new frame. it's not supposed to be too pretty; i'm trying to make a visual application for a party.

i'm running into a lot of issues, but here are the questions i have right now. how the fuck do i get a youtube video to play in a jframe? i tried using the native swing library's JWebBrowser, but I can't even get the internet to work in a JWebBrowser object. I'm using ubuntu. is there another solution for playing videos (specifically youtube videos) in a JFrame? i only know java.


File 141608624012.jpg - (7.97KB , 255x148 , 1408697044911.jpg )
666 No. 666 hide quickreply [Reply]
If God were a scientist, which scientist would he be?


File 141608608918.jpg - (36.21KB , 500x333 , 1415818873313.jpg )
665 No. 665 hide quickreply [Reply]
You will never be this obsessed, why even do this shit if you can't be an insane wizard? Saying esoteric shit that means nothing, that will later be the scripture of a wide spread religion.
>why?

youtube com/watch?v=EViG0Q4lTeA


File 141608599122.png - (27.46KB , 200x200 , 141549870368s.png )
664 No. 664 hide quickreply [Reply]
I'm trying to get into doing contracted work for people seeking Wordpress themes, what is a typical request that clients will ask me for?

I'm considering in throwing together a small game in JavaScript and having it interface with MySQL and other Wordpress technologies to show people that I am capable of putting together Wordpress themes that can perform a wide range of functions with HTML5/AJAX/CSS/MySQL/PHP.

Sorry if it sounds like I have no idea what I'm doing, but that's sort of the reason why I'm asking this question in the first place.


File 141608588722.jpg - (224.60KB , 1920x1080 , 1415092912008.jpg )
663 No. 663 hide quickreply [Reply]
Hey programmers.
Quick question.
I would like to make a simple program in c#.
The program would contain 2 text boxs and a button.
The content of the text box would be a folders locations. The action the program has to make is to copy paste a certain folder from one directory to other. For example \\ee-l-7000459\c$\users\EERAIK to another pc. (Profile copy) The point of the program would be that you could make this copy from my work pc as soon as 2 pc-s are connected to the network (no need to log in to the actual machine).

Thanks :) (A link to a thread that has informtation about this thing is more than enough . i just wasnt able to find a tutorial how to add lines from text box to certain parts of the code. Thanks !)


File 141608564527.jpg - (3.10KB , 200x54 , 1415492744846s.jpg )
661 No. 661 hide quickreply [Reply]
Sup, been learning C as of late from this book,
C Programming for the Absolute Beginner.
it is a light book so I should be able to finish it before next term.

Next term I am taking my Programming Fundamentals class in Python.
It is based on the Think Python book (greenteapress <dot> com), I have already read up to tuples.
Wanted to open a generall discussion for undergrad computer science.
I get the vibe that computer science programs do not teach you enough.
I am a little concerned by this, along with the fact I am a pleb at math.
(next term i'll be taking college algebra as well)

What should a computer scientist know? More importantly what is a good sequence for self-learning?
My intent is to read ANSI C next then Think Operating Systems to solidfy my knowledge on C.

To rephrase, I am trying to build my self a complimentary self-learning ciriculum that will blend alongside my actual studies. The college that I am attending is online and only accredited by the DETC. I am attending their because it is cheap but I want to make sure I have adequet skills.
Message too long. Click here to view the full text.


File 141608511635.jpg - (6.97KB , 181x200 , 136958949722s.jpg )
660 No. 660 hide quickreply [Reply]
What's this? Just a compiled list of resources silly!
(Also, check out the book thread, lots of lovely stuff)
Ask newbie/where to begin questions in this thread!
~


Language Agnostic:
http://www.gskinner.com/RegExr/
http://www.autoshop101.com/forms/h14.pdf
https://www.khanacademy.org/cs

Editors:
http://www.codeblocks.org/ (great IDE for C/C++ and supports many libraries, cross platform)
http://notepad-plus-plus.org/ (good for scripting languages)
http://www.gnu.org/software/emacs/ (great editor with large learning curve)
Message too long. Click here to view the full text.


File 141608486884.jpg - (15.82KB , 286x349 , 1415854234256.jpg )
659 No. 659 hide quickreply [Reply]
I know it's extremely dated now, but my roommate and I like to play WarCraft 3 pretty often. The default keys are pretty fucking retarded (like why would you assign "P" as the hotkey to build a Peon? That shit is so inconvenient to press) so I've made far better custom hotkeys for the races we play. I did this using the provided method by Blizzard (which is also pretty inconvenient, pic related), which is editing a .txt file filled with the default hotkeys. That's all well and good as long as you're using only letters. But what I want to do is remap Attack to the key above Tab and next to 1 (for me it's ` or ~). Unfortunately, WarCraft 3 doesn't recognize that as a valid hotkey because it's not a letter.

That's not too important to my question, just a bit of context. What I noticed is that it does recognize Esc as a hotkey to cancel buildings or units; instead of a letter, the code for Esc is 512. So I've looked around online and I have no idea why. In every list I've looked at like Javascript or ASCII, the Esc key code is 27. So where is this 512 coming from? Is it just a made up Blizzard thing, or is there a place where I could see a full list and find out what the `/~ key's code is?


File 14159948733.jpg - (29.69KB , 750x500 , 1415962571068.jpg )
657 No. 657 hide quickreply [Reply]
Does /n/ have any experience with any ergonomic mouse? My right wrist starts to hurt whenever I use my regular mouse for an hour or so. I'm thinking of getting pic related. Is it any good?
>> No. 658
Yeah I had one of those stiff joystick kind of ergonomic mouses.

It was very bad.


File 134268489380.jpg - (38.87KB , 580x432 , cinnamon14_580.jpg )
262 No. 262 hide quickreply [Reply]
http://gwiki.securitronlinux.com/. This is the /g/ WIKI I have started, I hope that some of the people who frequent the chans will start using this WIKI someday...
>> No. 656
i hope to be fucking Jennifer Lawrence tonight. Good luck to us both


File 141599455037.png - (352.09KB , 720x2176 , 1415991368752.png )
655 No. 655 hide quickreply [Reply]
>To support ad personalization, Mozilla created an internal data system that aggregates user information while stripping out personally identifiable information. Mozilla can track impressions, clicks, and the number of ads a user hides or pins. Its advertising partners are also privy to that data.

What now


File 141599440966.jpg - (522.37KB , 2500x1664 , 1415989386639.jpg )
654 No. 654 hide quickreply [Reply]
Thinkpads confirmed master race laptops.


File 138787528956.png - (71.85KB , 803x739 , 1387766974001.png )
439 No. 439 hide quickreply [Reply]
Programming challenge: Write a quick program that will draw a Sierpinski triangle using a recursive or iterative process.

This is my attempt. Each line is described by an array of booleans. The next line is generated by taking the XOR of consecutive elements in the array.

http://pastebin.com/MvwHcgm7
>> No. 440
File 138790667397.png - (6.65KB , 459x697 , sierpinski text.png )
440
Used a bit shift and XOR to create the lines.

http://pastebin.com/J84hmZ45
>> No. 449
>>440

That's awesome.
>> No. 450
File 139048049598.png - (9.27KB , 931x699 , fat sierpinksi.png )
450
>>449

I've got a symmetrical version here:

http://pastebin.com/XA1KHYbE
>> No. 529
File 140643415953.png - (46.61KB , 800x600 , figure_1.png )
529
here's one that lets the PRNG do most of the work

http://pastebin.com/kc7pDF4M
>> No. 653
File 141599426880.jpg - (12.08KB , 200x200 , 1415840371504.jpg )
653
can i just hire an Indian to do this for me?


File 141599418667.jpg - (7.04KB , 250x204 , 1415990252482s.jpg )
652 No. 652 hide quickreply [Reply]
How much of a performance difference is WD Black from WD Blue? I heard WD Blacks were also louder.

Also, is there any way to tell how many platters there are in one? Is there such thing as 4tb single platter HDDs?


File 141599405018.jpg - (3.93KB , 250x166 , 01.jpg )
651 No. 651 hide quickreply [Reply]
Phone flashing/ROMs/rooting general

I'm in Japan and I have a Verizon phone with a Verizon SIM. Would it cause problems keeping the phone # and such if I put Cyanogenmod on my phone while outside the US?


File 141599398271.png - (208.55KB , 1050x376 , fuckmotherfuckerfuckmotherfuckerfuk.png )
650 No. 650 hide quickreply [Reply]
Is 4chanx fucked?


File 141599388719.png - (1.13MB , 1440x900 , 1415960715897.png )
649 No. 649 hide quickreply [Reply]
noice edition


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