Search found 280 matches
- Sep 06, 2017 3:48
- Forum: Libraries
- Topic: The Fash Fast Hash Family
- Replies: 2
- Views: 1073
Re: The Fash Fast Hash Family
For absolutely no reason I did the code for fash64 in Linux AMD64: type fash64 product as ulongint sum as ulongint declare sub begin() declare sub hash(x as ulongint) declare sub hashblock(xptr as ulongint ptr,n as ulongint) declare function finished() as ulongint end type sub fash64.begin() product...
- Sep 05, 2017 15:07
- Forum: Libraries
- Topic: The Fash Fast Hash Family
- Replies: 2
- Views: 1073
The Fash Fast Hash Family
The Fash Fast Hash Family. It should be easy to translate to FB I suppose:
https://github.com/douglascrockford/fash
https://github.com/douglascrockford/fash
- Aug 31, 2017 14:59
- Forum: Linux
- Topic: Quick evolve neural network AMD64
- Replies: 3
- Views: 1008
Re: Quick evolve neural network AMD64
The code is just infrastructure. It's not embedded in any environment for it to do anything interesting yet. So the associative memory will just remember a number of <input,target> patterns in arrays that you show it. The ENet version is somewhat similar but you have to give it all the examples at o...
- Aug 31, 2017 1:39
- Forum: Linux
- Topic: Quick evolve neural network AMD64
- Replies: 3
- Views: 1008
- Aug 17, 2017 1:50
- Forum: Linux
- Topic: Quick evolve neural network AMD64
- Replies: 3
- Views: 1008
Quick evolve neural network AMD64
This is the fastest evolving neural network I have so far:
https://drive.google.com/open?id=0BwsgMLjV0BnhdWltTF9BTGhfa3M
Linux AMD64 only.
https://drive.google.com/open?id=0BwsgMLjV0BnhdWltTF9BTGhfa3M
Linux AMD64 only.
- Aug 03, 2017 5:07
- Forum: Community Discussion
- Topic: What to do about a lack of developers for the compiler?
- Replies: 117
- Views: 12864
Re: What to do about a lack of developers for the compiler?
What I like about Basic is case insensitivity clarity simplicity some built in graphic I'm very bored with Java, python doesn't compile to an exe (or not so easily), Nim I have to look more at, (Ruby) Crystal I will probably try with if I can get it to install. Anyway the current version of FB is ve...
- Aug 02, 2017 2:41
- Forum: Community Discussion
- Topic: What to do about a lack of developers for the compiler?
- Replies: 117
- Views: 12864
Re: What to do about a lack of developers for the compiler?
If you wanted to make an effort designing a Basic then this site might help: http://hackingoff.com/ Realistically (unless you had a lot of time on your hands) it would have to be a minimal Basic. My thinking is to restrict primitive types to 64 bit signed int, 32 bit float,64 bit float,strings and p...
- Jul 12, 2017 13:44
- Forum: General
- Topic: Rnd and UlongInt
- Replies: 19
- Views: 1576
Re: Rnd and UlongInt
I have been using qrng.physik.hu-berlin.de for some years now.
Thank you. I signed up.
- Jul 12, 2017 13:40
- Forum: Linux
- Topic: FIFO pipes for interprocess communication
- Replies: 7
- Views: 1548
- Jul 12, 2017 0:49
- Forum: Linux
- Topic: FIFO pipes for interprocess communication
- Replies: 7
- Views: 1548
Re: FIFO pipes for interprocess communication
The idea is to allow programming language mash-ups through simple file system message exchanges. Most programming languages allow interaction with the file system, I not sure access to unix sockets is always as available. However experts on such matters can correct me.
- Jul 12, 2017 0:06
- Forum: Linux
- Topic: FIFO pipes for interprocess communication
- Replies: 7
- Views: 1548
Re: FIFO pipes for interprocess communication
Cool, thanks for the further information. This is what I had come up with this morning minus what you have indicated. A middle-man which you start first: #include "crt/stdio.bi" const as string fifoA="/root/fifoA" shell("rm "+fifoA) shell("mkfifo "+fifoA) fope...
- Jul 11, 2017 14:57
- Forum: Linux
- Topic: FIFO pipes for interprocess communication
- Replies: 7
- Views: 1548
Re: FIFO pipes for interprocess communication
It does seem that a fifo is non-reusable. If true then you have temporal creation/open order issues to deal with, which are not fun. I guess you would need some piece of code sitting in the middle to delete an existing fifo, make a new one, then open the writer process, then open the reader process....
- Jul 11, 2017 7:21
- Forum: Linux
- Topic: FIFO pipes for interprocess communication
- Replies: 7
- Views: 1548
FIFO pipes for interprocess communication
I've been experimenting with linux FIFO pipes and it's definitely a bit tricky and kinda non-robust. Anyway I've gotten this far: #include "file.bi" #include "crt/stdio.bi" const as string fifoname="/root/tempfifo" if not fileexists(fifoname) then shell("mkfifo &qu...
- Jul 11, 2017 2:29
- Forum: Community Discussion
- Topic: Currently inactive
- Replies: 45
- Views: 10456
Re: Currently inactive
Then there is the array issue that never was properly handled in FB. I would say all arrays and user defined types should always be handled as pointers.
- Jul 11, 2017 2:25
- Forum: Tips and Tricks
- Topic: Isopaint
- Replies: 8
- Views: 1591
Re: Isopaint
A storm in a teacup? Did someone drop some buttered bread on the floor? What happened? I don't know.