-  [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 448 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.


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




Java Noah 17/07/31(Mon)01:09 No. 5058 [Reply]
5058

File 150145619578.jpg - (106.68KB , 1280x768 , background.jpg )

What does /pr/ think of Java? Is it still worth learning?

I want to get into software development and I'm not sure what language to pickup.


14 posts and 3 images omitted. Click Reply to view.
>>
Basement Dwelling Neckbeard 25/02/28(Fri)18:06 No. 5720

>>5058
Maybe not anymore, it's niche as robust productive language with sane and refactorable syntax is being overtaken by go and this time - without framework obsession. But there is naturally plenty of legacy projects, hell, there is some in cobol still, so you would have more than your share of lifetime of employment even if you choose Java.

As far as personal projects go however, the overhead really isn't worth it anymore.


>>
Basement Dwelling Neckbeard 25/02/28(Fri)18:08 No. 5721

>>5059
Thats because java is heavily IDE-dependent. Writing java in IntelliJ and writing java in anything else is the heaven and hell.


>>
Basement Dwelling Neckbeard 25/02/28(Fri)18:58 No. 5722

>>5721
There are a few IDEs that handle all the Java boilerplate, abstractions, etc. pretty well in my opinion, but agreed IntelliJ is the go to option (although I'm generally a fan of JetBrains IDEs for most languages).




Basement Dwelling Neckbeard 16/11/03(Thu)02:58 No. 4952 [Reply] [Last 50 posts]
4952

File 147813833229.gif - (0.99MB , 250x333 , 1477848410201.gif )

What programming language should I learn first?


57 posts and 5 images omitted. Click Reply to view.
>>
Basement Dwelling Neckbeard 24/10/12(Sat)17:25 No. 5711
5711

File 172874671027.gif - (834.21KB , 400x170 , indiana-jones-last-crusade.gif )

>>5710


>>
Basement Dwelling Neckbeard 24/11/28(Thu)06:47 No. 5713

PYTHON OBV


>>
Basement Dwelling Neckbeard 24/11/28(Thu)06:49 No. 5714

UNLESS INSTEAD OF LEARNING TO WIELD AND UNDERSTANDING THE POWER YOU WANT TO BEGIN WITH OPTIMIZATION ALREADY WHICH WOULD ONLY MAKE SENSE IF YOU HAVE A SPECIFIC USE CASE YOU WANT TO APPLY IT TO. THEN C IG, BUT START WITH PYTHON AND YOU WON'T BE DISAPPOINT.




9millionpixels dot com Basement Dwelling Neckbeard 24/09/05(Thu)09:23 No. 5709 [Reply]
5709

File 172552100915.png - (367.46KB , 2736x1656 , 9millionpixels_dot_com.png )

whats up nerds. i built a r/Place clone, with some different gameplay rules, etc. written in RoR even that is a dead framework haha. working on an API for it and other ways to make it more unique & playable. domain is 9millionpixels dot com. beta credentials are beta/Beta9. bonus points if anyone can pwn it. xD




GOPHER G6 Basement Dwelling Neckbeard 21/02/02(Tue)13:29 No. 5449 [Reply]
5449

File 161226895719.png - (602.26KB , 1280x624 , rus777b.png )

AND ACCESSORIES:
https://gitlab.com/SSS8555/
1. requests for line ranges
2. CRC32 in requests to prevent sending files in cache
3. transfer size and error codes
5. user filling forms
6. realtime data streaming


2 posts and 1 image omitted. Click Reply to view.
>>
Basement Dwelling Neckbeard 21/06/10(Thu)04:38 No. 5472

>>5450
It looks like she has no mouth.


>>
Basement Dwelling Neckbeard 21/09/29(Wed)09:45 No. 5484

You are reimplementing features HTTP already has. Don't make gopherholes, make better web sites.


>>
Basement Dwelling Neckbeard 24/07/30(Tue)13:45 No. 5708

>>5484
the modern web is unsalvageable




Basement Dwelling Neckbeard 17/07/19(Wed)00:36 No. 5054 [Reply]
5054

File 150041736958.jpg - (23.73KB , 450x300 , armie-hammer-the-social-network_cycgik.jpg )

Friend is learning JavaScript as her first language. Should I stop her?


16 posts and 1 image omitted. Click Reply to view.
>>
Basement Dwelling Neckbeard 24/05/26(Sun)00:38 No. 5703

I know how to save you the time of searching for the right specialist for AI app development. All you need to do is look at the info on this website https://triare.net/insights/ai-for-e-scooter-sharing-app/ The specialists of this company will help you decide how the software for sharing e-scooter, what you need to implement it for and help with its development. More information you can find at the link.


>>
Basement Dwelling Neckbeard 24/06/11(Tue)08:43 No. 5704

It's really great that you can now use a variety of computer applications thanks to the Internet. I really like that now you can easily download a variety of apps and their versions with modifications. I'm happy to do it now, too.


>>
Basement Dwelling Neckbeard 24/06/11(Tue)08:46 No. 5705

I had experience with one company in IT area and can recommend their services. Cooperation with them was very successful and productive. This company showed high professionalism and a deep understanding of the requirements of the project https://asd.team/ They provided quality solutions in support and paid attention to detail.




html Basement Dwelling Neckbeard 23/08/22(Tue)22:36 No. 5648 [Reply]
5648

File 169273658234.png - (4.75KB , 600x517 , html-logo.png )

should I learn html/css? I already know py and some other shit


>>
Basement Dwelling Neckbeard 23/08/23(Wed)04:09 No. 5649

If you're going to be building websites, you certainly will need to. Outside of that, there's not too much reason to.


>>
My answer. Basement Dwelling Neckbeard 24/02/15(Thu)23:30 No. 5671

You should definitely learn HTML/CSS and JavaScript. Those are important computer programming languages you'll need to learn if you want to dive into web development. Additionally, you can also use Python software frameworks for web development, like Django or Flask.


>>
Basement Dwelling Neckbeard 24/04/21(Sun)16:24 No. 5687

>>5671
also if he is interested in security he can use JavaScript to find vulnerabilities https://youtu.be/FTeE3OrTNoA?si=rsYhg90uFCqste4O





Delete post []
Password  
Report post
Reason