Search found 99 matches

by Calloway
Aug 27th, '18, 17:28
Forum: Working with GP
Topic: Pulls GP benefits from the 64bit architecture?
Replies: 3
Views: 16244

Re: Pulls GP benefits from the 64bit architecture?

Bigger integers? The 32 bit might be a little bit slower just because 64 bit is a really small percent faster of an architecture.
by Calloway
Aug 24th, '18, 17:25
Forum: Requests
Topic: asymetrical encryption/decryption?
Replies: 7
Views: 26974

Re: asymetrical encryption/decryption?

Is there no big math in GP?
by Calloway
Aug 15th, '18, 17:40
Forum: Requests
Topic: Using microphone and webcam in GP?
Replies: 5
Views: 16112

Re: Using microphone and webcam in GP?

Yeah, isn't that what modules are for? (although I really don't know the purpose of modules...)
by Calloway
Aug 14th, '18, 17:04
Forum: Requests
Topic: asymetrical encryption/decryption?
Replies: 7
Views: 26974

Re: asymetrical encryption/decryption?

I think you could just add this in a project with blocks because right now GP supports hashing, SHA256, and encoding for multiple things.
by Calloway
Aug 14th, '18, 17:02
Forum: Requests
Topic: Using microphone and webcam in GP?
Replies: 5
Views: 16112

Re: Using microphone and webcam in GP?

Is it possible through serial ports and getting raw data?
by Calloway
Aug 7th, '18, 03:04
Forum: Working with GP
Topic: Acessing Database with GP??
Replies: 1
Views: 6009

Re: Acessing Database with GP??

Is there any documentation on modules? And I'm sure there are MySQL to Array codes out on the web that you can transcaode and see if that works but idk :/
by Calloway
Aug 1st, '18, 02:38
Forum: Extending GP
Topic: Expanding GP's Computing Capabilities
Replies: 0
Views: 21527

Expanding GP's Computing Capabilities

Hello! a suggestion; So GP seems rather stuck on the slow speeds of CPU computation, which although is good enough for small playing around with small images, small amounts of numbers, and small arrays however when you move on to bigger things such as large arrays or modifying large images everythin...
by Calloway
Jul 23rd, '18, 03:12
Forum: Experience Reports
Topic: Why does Creating a New Instance have such an Overhead?
Replies: 1
Views: 6028

Why does Creating a New Instance have such an Overhead?

Why does creating new instances create a big overhead, especially on older computers and laptops?

It's also very apparent in lower cored systems like dual core and in laptops with low clock speeds.
by Calloway
Jul 20th, '18, 18:00
Forum: Working with GP
Topic: How to check internet connection without error message?
Replies: 2
Views: 7190

Re: How to check internet connection without error message?

Using an if-else maybe?... I don't know, you could try using cloud variables?
by Calloway
Jul 20th, '18, 17:48
Forum: Projects
Topic: BootToGP - minimal Linux to run a GP project as embeded app?
Replies: 6
Views: 629048

Re: BootToGP - minimal Linux to run a GP project as embeded app?

I'm not really sure I understand the implications of this :/
What would be the difference for this if someone can just download linux and run GP later on...