Search found 400 matches

by Mohawk70
Sat Dec 23, 2023 1:36 am
Forum: Feature Requests and Wishlists
Topic: Add Missing Advanced Encryption Standard Methods
Replies: 0
Views: 434

Add Missing Advanced Encryption Standard Methods

Can we have the missing AES Encryption modes added ? The 5 modes are ...

ECB mode: Electronic Code Book mode
CBC mode: Cipher Block Chaining mode
CFB mode: Cipher FeedBack mode
OFB mode: Output FeedBack mode
CTR mode: Counter mode
by Mohawk70
Sat Jul 01, 2023 5:40 pm
Forum: Coding Questions
Topic: StringVar.s contra StringVar$
Replies: 17
Views: 718

Re: StringVar.s contra StringVar$

I use $ for protected/local scope & .s for global scope.
by Mohawk70
Sat Feb 11, 2023 2:13 am
Forum: Off Topic
Topic: Mozilla Servo has been resurrected ...
Replies: 1
Views: 558

Re: Mozilla Servo has been resurrected ...

Nice ! Thanks for the info
by Mohawk70
Sun Mar 14, 2021 5:35 pm
Forum: Coding Questions
Topic: Linear Cut Optimization Code Example Needed
Replies: 1
Views: 841

Linear Cut Optimization Code Example Needed

Does anyone know where I can find the source code or formula / algorithm to determine the optimal linear cuts, ie the least amount of material wasted ? For example I have in stock 20 boards at 144" 20 boards at 132" 20 boards at 120" 20 boards at 108" 20 boards at 96" 20 boa...
by Mohawk70
Mon Nov 02, 2020 2:02 am
Forum: Coding Questions
Topic: Calculation of a modulo 10 control key
Replies: 6
Views: 1456

Re: Calculation of a modulo 10 control key

Nic, I suspect that he means a so called "check digit calculation" (in german "Prüfziffernberechnung"). @loulou2522: This is a modulo 10 checksum calculation with weighting 2. Procedure.s CalcChecksum(sNumber.s) Protected.i i, iDigit, iSum, iLen iLen = Len(sNumber) iSum = 0 For ...
by Mohawk70
Mon Jan 06, 2020 4:26 am
Forum: General Discussion
Topic: Intel Performance Libraries FREE
Replies: 1
Views: 1338

Intel Performance Libraries FREE

Download Intel® Performance Libraries Now This collection of powerful performance libraries helps you create limitless applications that deliver impressive performance on Intel® architecture. Free to use for personal and commercial applications. https://software.seek.intel.com/performance-libraries?...
by Mohawk70
Mon Dec 09, 2019 6:23 pm
Forum: General Discussion
Topic: Secure my source code over the internet
Replies: 10
Views: 2733

Re: Secure my source code over the internet

I restarted my PB developments ... But this time with a co-programmer. So, I need to send parts of program over the internet, and I like to secure my source codes. :? I gather you don't want anyone but your co-programmer to see the source when you're sending it to him? Is that right? And when you s...
by Mohawk70
Mon Nov 25, 2019 3:00 am
Forum: Off Topic
Topic: Apple ][ Series emulator running on Android 9 (Pie)
Replies: 2
Views: 1519

Apple ][ Series emulator running on Android 9 (Pie)

Not PureBasic related at all, but some pf you may be interested. I have it up & running on my Samsung Note & a tablet. Emulator https://play.google.com/store/apps/details?id=org.deadc0de.apple2ix.basic ROMs / Software ( Disk Images ) https://archive.org/details/softwarelibrary_apple https://...
by Mohawk70
Sun Nov 17, 2019 7:46 pm
Forum: Off Topic
Topic: Oh crap... PB ransomware
Replies: 221
Views: 56667

Re: Oh crap... PB ransomware

https://ibb.co/Bc40cTw

May be of interest to some here ( no, none of these are source for the malware, I wouldn't post that. )
advanced-threat-research/Yara-Rules has detection signature,
posted by someone purportedly from McAfee team

https://ibb.co/s527x6H
by Mohawk70
Sat Nov 16, 2019 9:56 pm
Forum: Off Topic
Topic: Oh crap... PB ransomware
Replies: 221
Views: 56667

Re: Oh crap... PB ransomware

https://yro.slashdot.org/story/19/11/12/2158210/unusual-new-purelocker-ransomware-is-going-after-servers To the guys who write these ransomware platforms, who are probably even on this forum somewhere: Could you not use languages like Go instead? Now Purebasic programs will be flagged by Antivirus ...
by Mohawk70
Wed Oct 30, 2019 6:39 am
Forum: Off Topic
Topic: Interesting websites part 2
Replies: 1
Views: 3188

Re: Interesting websites part 2

Online Disassembler
OnlineDisassembler.com