-  [WT]  [PS]  [Home] [Manage]

  1.   (new thread)
  2. [ No File]
  3. (for post and file deletion)
/pr/ - Programming
  • Supported file types are: C, CSS, DOC, DOCX, GIF, H, JAVA, JPG, PDF, PNG, SVG, SWF, TXT, WEBM
  • Maximum file size allowed is 10000 KB.
  • Images greater than 200x200 pixels will be thumbnailed.
  • Currently 427 unique user posts. View catalog

  • Blotter updated: 2018-08-24 Show/Hide Show All

We are in the process of fixing long-standing bugs with the thread reader. This will probably cause more bugs for a short period of time. Buckle up.

Movies & TV 24/7 via Channel7: Web Player, .m3u file. Music via Radio7: Web Player, .m3u file.

WebM is now available sitewide! Please check this thread for more info.

R-programming codec 19/10/29(Tue)16:28 No. 5327 [Reply]
5327

File 157236290286.png - (31.79KB , 200x155 , Rlogo.png )

any one here who can me on R programming. am beginner though i'd like to start from the scratch


2 posts omitted. Click Reply to view.
>>
Neckbearded Basement Dweller 19/11/11(Mon)05:15 No. 5332

Download R For Data Science by Hadley Wickham


>>
Neckbearded Basement Dweller 19/11/21(Thu)16:35 No. 5338

>>5332
R or Python?

Seems like a lot of people are moving towards Python for their programming needs


>>
Neckbearded Basement Dweller 19/12/13(Fri)04:35 No. 5340

>>5338
Depends on what you're doing. A lot of genomics is done in R for example, so learning it would be practical. In general however, python is a more general purpose programming language and I'd recommend learning it first. R is much more function based and has a lot of utility functions you need to learn to be an efficient coder, so it has a steeper learning curve than python.




Neckbearded Basement Dweller 19/11/13(Wed)23:06 No. 5334 [Reply]
5334

File 157368279413.jpg - (214.77KB , 1200x900 , n0zh9le99mx31.jpg )

Hey, whatever happened to the Chinese "7 Golden Flowers"?
You'd figure with what was going on with all the protests in Hong Kong they would have popped back up.
Instead it seems as if all mention of them on the web has been purged, even from the Internet Time Machine.
Am I missing something?


>>
Neckbearded Basement Dweller 19/11/16(Sat)02:46 No. 5336

I have no idea what you're talking about. I've never encountered that. I don't know what you're referencing. It's not something I have awareness of. As far as explanations of this my brain exports nothing in terms of an explanation, actually. lol Is it a book? A web page article? An informational video? I really don't know, but if I knew I'd be able to bring an explanation. That's my stance here. Explanation then preceding action can follow. I could Google it but what if there are 10 responses? I don't want that. I don't want that challenging decision horizon. Everything ought to be as easy as possible always. lol




Search algorithm for dominoes game? Neckbearded Basement Dweller 19/10/23(Wed)04:30 No. 5320 [Reply]
5320

File 157179785935.jpg - (8.78KB , 286x281 , domino-pix.jpg )

I developed in csharp the dominoes game using alphabeta search algorithm but I think this is not a good search algorithm because dominoes it's an imperfect game and alphabeta it's a algorithm for perfect game like chess

For now i'm testing it using only ten pieces instead of the original 28, and using only two players with both 5 pieces, so it's perfect information and it's working fine... for now


>>
Neckbearded Basement Dweller 19/10/23(Wed)16:44 No. 5322

That sounds like a pretty interesting project. I'm not sure what algorithms would be best for you here, but I am interested in how your project progresses. Best of luck!




Hacker's Guide to Visual FoxPro 7.0 Neckbearded Basement Dweller 19/10/26(Sat)23:04 No. 5325 [Reply]

Hacker's Guide to Visual FoxPro 7.0
https://www.file-up.org/3r4tkp4sdrwv




lrn 2 bash Neckbearded Basement Dweller 19/09/15(Sun)01:50 No. 5302 [Reply]
5302

File 156850500892.jpg - (32.51KB , 615x630 , 214.jpg )

Is learing bash a good introduction into programming and can you suggeest an online tool/program that allows you to practice in an emulated environment (to not screw up my OS)?


>>
Neckbearded Basement Dweller 19/09/19(Thu)03:46 No. 5303

I don't think bash (scripting) is particularly good to learn programming, but it's useful to learn if you run Linux.

To avoid damaging your primary OS, try using a portable version of Linux. Something that boots from a disc or thumb drive, and starts fresh each time you boot.

Porteus (www.porteus.org) or Slax (www.slax.org) would be fine for this.


>>
Neckbearded Basement Dweller 19/09/21(Sat)16:20 No. 5308

>>5303
Couldn't I practice on something like this?
http://cb.vu/

And yeah, I began to learn Java for coding, but since I'm into linux and like bash, I want to begin learining it at some point.




C++ resources Neckbearded Basement Dweller 18/06/25(Mon)01:38 No. 5121 [Reply]
5121

File 152988350350.jpg - (4.83KB , 222x250 , 1529883311449s.jpg )

Are there any good recommended resources to learn C++?

I have previous programming experience and like to dive in and start coding to learn, but I'm curious if there are any outstanding books or material that a serious cpp programmer should read.


1 post omitted. Click Reply to view.
>>
2222222 19/03/08(Fri)15:30 No. 5229

For a book i recommend any version of C++ Primer


>>
Neckbearded Basement Dweller 19/04/29(Mon)23:38 No. 5252

>>5121
There are many books about C++. You can choose one which fits you.
Lippman C++ Primer
Deitel&Deitel
Bruce Eckel Thinking in C++
C++ Primer Plus (6th Edition) by Stephen Prata
C++ Crash Course by Joshua Lospinoso
Beginning C++17 From Novice to Professional Horton, Ivor, Van Weert, Peter


>>
Neckbearded Basement Dweller 19/09/19(Thu)18:05 No. 5307

Best way to learn c++ in my opinion is with Qt.
It teaches good programming practices, such as developing everything as an API.




keylogger Makoret 19/08/28(Wed)00:35 No. 5296 [Reply]

Hi guys, my brother and i are learning to program in c++ and c# and we are making a keylogger so is there anything i should take in consideration before uploading it?


>>
Neckbearded Basement Dweller 19/09/19(Thu)16:01 No. 5304

>>5296
Only if you live in country, where it's not allowed to get personal data




Neckbearded Basement Dweller 19/09/02(Mon)05:17 No. 5298 [Reply]
5298

File 156739425050.png - (633.74KB , 1000x1413 , tP7RAgw.png )

if your a hacker clap your cheeks




Help Xra 19/05/22(Wed)04:02 No. 5258 [Reply]

hey I m looking into computer programming and white hat hacking, anyone want to teach a newbie some tricks???


1 post omitted. Click Reply to view.
>>
Neckbearded Basement Dweller 19/06/27(Thu)09:17 No. 5268

install nmap, play around with that.


>>
Neckbearded Basement Dweller 19/07/23(Tue)09:20 No. 5279

>>5259
do this coarse.this should help quite a bit.

https://www.udemy.com/learn-python-and-ethical-hacking-from-scratch/


>>
Neckbearded Basement Dweller 19/07/31(Wed)09:39 No. 5281

lol looks great




Neckbearded Basement Dweller 19/07/23(Tue)07:50 No. 5276 [Reply]
5276

File 156386103528.jpg - (99.92KB , 1200x488 , DSFxSiQXcAATzj6.jpg )

learning ethical hacking.
id like to make a shell that uses power-shell to its advantage.
do you know where i can learn to wright that kind of a reverse shell?


>>
Neckbearded Basement Dweller 19/07/23(Tue)08:30 No. 5277
5277

File 156386343563.jpg - (76.21KB , 960x541 , yKfHc.jpg )

>>5276
You code a small simple program that takes input from a desired source (TCP port, IRC, Where Discourse Goes To Die™, a blog, your mother's fax machine) and translates that into power-shell commands. There's nothing complex about it.

And no, we're not going to code you one.


>>
Neckbearded Basement Dweller 19/07/23(Tue)09:10 No. 5278

>>5277
thanks for the tip!

didn't expect you to.(hipity hopity no skids on your property)





Delete post []
Password  
Report post
Reason