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

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

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

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


Newbie Thread patchouli!!SyAQpmZGyw 13/05/26(Sun)19:31 No. 3818 [Reply] Stickied
3818

File 136958949722.jpg - (25.15KB , 293x324 , bjarne2.jpg )

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.


46 posts and 9 images omitted. Click Reply to view.
>>
Basement Dwelling Neckbeard 25/04/24(Thu)04:01 No. 5739

How to into SQL and R? Today I decided that these skills will assist me as an ES major.




Nattajerk 11/09/07(Wed)10:31 No. 6 [Reply] [First 100 posts] [Last 50 posts] Stickied

I heart /pr/

lets start with a book thread. I have some cached learning.

This content removed in accordance to a DMCA Takedown Notice filed by PEARSON EDUCATION.


128 posts and 79 images omitted. Click Reply to view.
>>
Basement Dwelling Neckbeard 22/07/17(Sun)17:58 No. 5569

>>4058

https://savannah.nongnu.org/projects/pgubook




Using text recognition software on website archives? Basement Dwelling Neckbeard 20/12/05(Sat)17:31 No. 5435 [Reply]
5435

File 160718589761.jpg - (41.84KB , 640x480 , 1607051047913.jpg )

Null of Kiwi Farms recently stated that he'll release archive of the site minus user data when section 230 is repealed, in torrent form. Does anyone have any advice on automating text recognition software on that archive so I can build a database of hashes for comparison to other sites?

I'd love nothing more than for every Kiwi Farms user to be doxed and sued into oblivion.


14 posts omitted. Click Reply to view.
>>
Basement Dwelling Neckbeard 24/12/29(Sun)00:06 No. 5718

>>5717
It's possible and that's, one of the ways, how feds deanonymize Tor and VPN users and cross-reference accounts.


>>
Basement Dwelling Neckbeard 24/12/29(Sun)00:07 No. 5719

>>5717
the FBI uses text patterns to identify individuals pretty often, especially if they have something unique about it, like an obscure word or misspelling they do more often than others, run-on sentences and so on.


>>
Basement Dwelling Neckbeard 25/05/11(Sun)06:02 No. 5748

>>5719
Sounds more like the FBI is making up shit in order to arrest politically unconvenient people.




Docker vs Podman Basement Dwelling Neckbeard 25/04/24(Thu)00:07 No. 5737 [Reply]
5737

File 174544604758.jpg - (97.11KB , 1400x788 , 1_ynHm4sXbGeLY9Hra0i1pJQ[1].jpg )

Which one does /g/ recommend?

Podman is touted as the newest hot open source technology, and I was about to install it until I took a look at the devs and it was developed by Red Hat aka IBM aka Israel.


>>
Basement Dwelling Neckbeard 25/04/24(Thu)01:26 No. 5738

The appeal of Podman is the default rootless containers in my opinion. You can get there in Docker as well, but it takes action on your part. I personally run rootless docker containers, orchestrated with k8s, but either choice is going to be fine.


>>
Basement Dwelling Neckbeard 25/04/24(Thu)19:00 No. 5740

>>5737
I would pretty much 100% recommend Podman or if you want to be experimental: bootc (which I believe Podman is moving towards?).

Only real usecase for docker these days is either legacy infrastructure (some old k8) or some stubborn old software that refuses to work with Podman but works in Docker.

I do know Docker Compose can fail when you use the Podman equivalent.

Mainly due to the fact that it's rootless, yes you CAN make Docker rootless but might as well spend the time learning Podman by then.


>>
Basement Dwelling Neckbeard 25/05/05(Mon)00:31 No. 5747

>newest hot open source technology
3years ago? Podman is just docker with security clearance and training wheels for k8s integrated.
Then again all of these things are low key "if you gotta ask, you don't need it" territory. For a single service "neither" is probably the actual answer you're looking for.




Code Thread butter 23/04/05(Wed)23:43 No. 5608 [Reply]
5608

File 168073103377.png - (70.13KB , 694x669 , hmm.png )

Post funny/weird/cool codes, any code u saw that pick your attention and made u want to share:

def my_map(fuck, asses): sex = [] for ass in asses: sex.append(fuck(ass)) return sex


10 posts and 7 images omitted. Click Reply to view.
>>
Basement Dwelling Neckbeard 25/04/25(Fri)13:21 No. 5744

>>5741

If you think that's for readability you're more retarded than them and should have your email blacklisted from all FOSS projects.

In fact take up a new profession, I heard the world is screaming after nurses.


>>
Basement Dwelling Neckbeard 25/04/26(Sat)00:30 No. 5745

>>5744
Sorry sweaty, the code I write is proprietary code for a fortune 5 company. No FOSS-slop for me. But go on, tell me how one way of incrementing is better than the other.

>b-b-but i++ is confusing!!!! you HAVE to do i += 1!!! because you just do, okay?!


>>
Basement Dwelling Neckbeard 25/04/29(Tue)23:06 No. 5746

>>5745
Very simple, optimization if using esoteric C/C++ compiler that doesn't have the modern pattern recognition modern compilers have.




Basement Dwelling Neckbeard 25/04/21(Mon)01:45 No. 5729 [Reply]
5729

File 174519274474.jpg - (621.18KB , 1408x1929 , IMG_6688.jpg )

Is C still the best language for building robust applications that will stand the test of time?


2 posts omitted. Click Reply to view.
>>
Basement Dwelling Neckbeard 25/04/21(Mon)09:41 No. 5733

Never was.


>>
Basement Dwelling Neckbeard 25/04/21(Mon)10:37 No. 5734

>>5733
Git is written in C


>>
Basement Dwelling Neckbeard 25/04/22(Tue)10:58 No. 5736

>>5734
Haven't it been rewritten in C++, afaik that was a project goal.

Either way C was never design with building robust application but portable applications.

If you want robustness you're asking for Ada.




Delphi 7 autism. Basement Dwelling Neckbeard 25/04/22(Tue)02:27 No. 5735 [Reply]
5735

File 174528164685.png - (600B , 32x32 , MAINICON.png )

TL;DR: how do I passed nil to an overloaded method that expects a delegate type argument?

Consider:

unit Autism;

interface

uses SysUtils;

type
TMyDelegate = function(Over9000: Integer): Boolean of object;

TMyShittyClass = class
private
Message too long. Click here to view the full text.




How can I hack a device on the same wifi as me? Basement Dwelling Neckbeard 25/04/16(Wed)10:52 No. 5725 [Reply]
5725

File 174479354543.png - (348.83KB , 660x440 , big-photo-edit.png )

Does anyone know how I can hack a device (preferrably an android phone but pc is also fine) on the same wifi as me? I would at least like to see sites visited, but if there's even more hacking I can do it would be great. I've got a wifi card that supports monitor mode if that's any help


>>
Basement Dwelling Neckbeard 25/04/16(Wed)16:49 No. 5726

use pentestgpt


>>
Basement Dwelling Neckbeard 25/04/21(Mon)02:02 No. 5731

use bettercap to watch your dad fapping to gay porn




Dollar bag Aktius 25/04/20(Sun)13:09 No. 5728 [Reply]
5728

File 174514738993.jpg - (26.49KB , 1024x574 , Generated Image April 20, 2025 - 2_38PM.jpg )

Gotta secure that dollar bag. What are the best plays for earning USD right now? Any hot tips?




PY Lord of the sneks 18/09/25(Tue)22:59 No. 5139 [Reply]
5139

File 153790916925.jpg - (96.23KB , 690x678 , 1537307044830.jpg )

Python general bread, all are welcome, lets revive this board boys


2 posts omitted. Click Reply to view.
>>
Lord+of+the+sneks 18/09/26(Wed)23:30 No. 5143

>>5142
I've found the solution to this problem, for those wondering, it looks something like this:

with open("details.txt","a") as output:
output.write("Age: {} Name: {} Year: {} Timestamp: {}".format(age,name,year,datetime.datetime.now()))
output.write("\n")


>>
Basement Dwelling Neckbeard 18/09/30(Sun)00:45 No. 5144

>>5143
This is tight. I honestly didn't know an answer to your request (though your original code was pretty fluid) how'd you find the answer? Lack of sleep and caffeine until 5pm like the rest of us?


>>
Basement Dwelling Neckbeard 25/04/12(Sat)19:15 No. 5723

the youthful energy and exuberance of imageboards is gone. Now days it's in certain my mother's fax machine and Telegram communities, and you're not in 'em





Delete post []
Password  
Report post
Reason