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

Kali Linux KALI LINUX 19/01/05(Sat)18:39 No. 5196 [Reply]
5196

File 154670998444.jpg - (13.75KB , 630x630 , 1938379_1.jpg )

Hi, guys i need a pdf which contain all the testing method (how to use the tools of kali linux?). please help me..


3 posts omitted. Click Reply to view.
>>
Neckbearded Basement Dweller 19/03/05(Tue)22:15 No. 5228

Just go one by one with manual.


>>
Neckbearded Basement Dweller 20/04/20(Mon)22:28 No. 5365

>>5199

Thanks


>>
Neckbearded Basement Dweller 20/05/01(Fri)07:47 No. 5368

What's up with everyone and their mother trying to be a 'pentester' all of the sudden? It's like every semi technical person I meet fantasized about making 90k a year on bug bounties. Not gonna happen bruh.




Neckbearded Basement Dweller 20/04/19(Sun)22:57 No. 5364 [Reply]
5364

File 15873298437.jpg - (55.93KB , 680x678 , 6c1.jpg )

VBScript flood code.

https://youtu.be/0urR4yEfwKM




JVM advanced topics Neckbearded Basement Dweller 20/04/06(Mon)18:02 No. 5359 [Reply]
5359

File 158618894617.jpg - (66.14KB , 1280x851 , photo_2020-04-04_17-18-48.jpg )

Hi /pr!

First time here, just FYI. I'am interested in JVM based languages (Java, Kotlin, Scala and etc), which use VM for compilation and execution. Also, i want to improve myself in such topics like performance optimization, application profiling, bytecode reading, memory model and concurrency. I want to become more skilful software engineer. Can you give me some advices, guys?

P.S: It would be very nice to find here person, who interested in self improvement too.


>>
Neckbearded Basement Dweller 20/04/16(Thu)20:12 No. 5363

Check those out.
https://docs.oracle.com/javase/specs/




Artificial Neural Networks Neckbearded Basement Dweller 16/01/23(Sat)07:46 No. 4852 [Reply]
4852

File 145353156671.jpg - (121.43KB , 600x821 , scary_video_games_by_vashperado-d5hsuay.jpg )

Any hints, tips, or otherwise?
Any questions?

My current project is: Artificial Neural Network(s) distributed across Raspberry Pi 2 computer systems for use of robotic cat.

Any Suggestions? Already have code for ANN, just need to parallelize it.

Anybody have thoughts on that?


>>
Neckbearded Basement Dweller 19/08/11(Sun)10:40 No. 5282

i am not expert in your issue


>>
Neckbearded Basement Dweller 19/11/01(Fri)07:43 No. 5330

What do you mean by distributed ? You are getting the data via multiple sensor on multiple pi ?


>>
Neckbearded Basement Dweller 20/04/13(Mon)01:07 No. 5361

>>4852
the best you can do in terms of parallelizing neural networks is perform matrix operations over a distributed compute.




Neckbearded Basement Dweller 18/11/07(Wed)08:26 No. 5153 [Reply]
5153

File 154157560383.png - (44.91KB , 193x193 , ic_launcher.png )

Hi! I made my first game, if anyone is interested, take a look: https://play.google.com/store/apps/details?id=com.mygdx.cosmokitty


2 posts omitted. Click Reply to view.
>>
Neckbearded Basement Dweller 19/12/25(Wed)21:01 No. 5343

ouch, 10+ dls


>>
Neckbearded Basement Dweller 20/01/28(Tue)09:09 No. 5348

Agree that your game looks interesting for playing. Do you think about promotion of it or making some startups?? I have plan to create some useful apps for customers and run own mini- company. In my work I will use crm platform on https://www.espocrm.com/download/


>>
Neckbearded Basement Dweller 20/04/08(Wed)04:40 No. 5360
5360

File 158631363173.jpg - (93.76KB , 570x760 , sanic.jpg )

>>5153
This is a kitty... looks like a Squirrel at first time.
Is a good game to begin, just needs sound effects, and can you add more power ups?

Did you make this just with LIBGDX, or use more libs?




https://skinnyfatsolution.co/ Puneeth 20/04/04(Sat)09:35 No. 5358 [Reply]

searching for virtuvian physique skinny fat solution....hope some one will post that...searching the whole tread for all most 10 days....still didnt found that...plzz help me




Neckbearded Basement Dweller 20/03/10(Tue)02:11 No. 5356 [Reply]
5356

File 158380266711.jpg - (111.79KB , 640x480 , aa719ac50c0b1dbb27ba1ede985aae253bee1325-700.jpg )

I'm building a little demo in Win32 using GDI and C. I need multiple instances of sprites with different speeds.
Code is below. The question is, how do I pass an instance to the UpdateSpritePosition function? Pic unrelated.

Currently, I am calling the function like this- UpdateSpritePosition( &rcClient); from WM_PAINT
I need something like- sprite_sp1.UpdateSpritePosition();

// The struct containing sprite information
struct SpriteAnimation
{
int frames;
int direction;
float counter2;
float counter;
float sprite_speed;
float sdrift_speed;
Message too long. Click here to view the full text.




ETHICAL HACKING Ramon Lavin Muhia 20/03/06(Fri)17:20 No. 5355 [Reply]

CAN I BE

TOUGHT HOW TO HACK HERE




Wich language should be used for site development? Neckbearded Basement Dweller 20/02/24(Mon)21:20 No. 5352 [Reply]
5352

File 158257560690.jpg - (136.13KB , 800x420 , компутер.jpg )

I decided to try myself as a web-deleoper and it's time to choose programming language for coding. Is it better to use JavaScript or something else?


>>
Neckbearded Basement Dweller 20/02/27(Thu)20:42 No. 5353

It's better not to code at all. It's boring process and you need to be at least very experienced to get a job of web-developer. Maybe if you want to get coding skills for your own project it's better to use
https://magecloud.agency/magento-development/


>>
Neckbearded Basement Dweller 20/03/01(Sun)23:36 No. 5354

>>5352
>>5353
Do you non-native English speakers actually get paid to post crap on chans? Help me understand, please.




FLOSS imageboard software Neckbearded Basement Dweller 20/01/28(Tue)10:40 No. 5349 [Reply]
5349

File 158020440031.jpg - (28.42KB , 400x400 , a03742d15ff85deb7caa1b5d6cca1eca-imagejpeg.jpg )

Has anyone heard of this?

https://github.com/8b2eef7c901269e8e9a6ec532d57b6b1/supremereality


>>
Neckbearded Basement Dweller 20/02/01(Sat)23:17 No. 5350
5350

File 158059544736.jpg - (377.10KB , 2921x3225 , 9dab.jpg )

Looks interesting.

Tinyboard really isn't too bad though imo https://9san.ch/b/
Works just fine if you don't mind the license.





Delete post []
Password  
Report post
Reason