Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Search results

  1. EkBass

    Form hosting

    Hi folks. Yes, i could code this myself but due certain factors i rathery do this via some service. I need to host couple of forms. SSL and some easy login system to control who can fill up the form. Mobile friendly front-end and customizable forms. I need results ratherly in xls or odf...
  2. EkBass

    Using C/C++/FreeBASIC etc. dll with scripting languages.

    Hi. I thought to try out to write simple FreeBASIC dll. I mostly use the neat GFX library of it with my dll. Via python/nodejs i can use it's power pretty easily. I am just curious, has anyone tested is it possible to gain more calculation speed with such a dll? If we compare scripting...
  3. EkBass

    Chat locally with Llama2-7b via console

    Hi folks. I am surprised of the development of the smaller models in past two years. Current 13b and even 7b models can outrun DaVinci 3.0 thought OpenAI has also moved on with its products. However, im using I7-7700 with 32gb ram (no GPU) and this client with 7b model runs smoothly. No need to...
  4. EkBass

    Chat with OpenAIAPI in console

    Hi. For some reason im not able to add code etc. tags to post. Maybe maintenance goin onor something. Anyway, here's the link to a Chat with OenAIAPI in console. Link updated in next post.
  5. EkBass

    Dicegame in console against simple AI

    So, this started when i thought different variations of a regular dice game. There is a billion dicegames allready so mostlikely this is pretty close some of them. 1. Anyway, idea is to get total of 19 or get closer to it than opponent. A draw game is possible if both players stops in same...
  6. EkBass

    Chat about coding with OpenAI

    So, finally i decided to test this thing i have heard of about. After having fun with it last evening, i wanted to see what it can do. Now first i asked it to create something with JS, like build a bouncing balls to canvas etc. I did help it a lot. It really can do magic stuff, but like human it...
  7. EkBass

    JavaScript Ideas how i should handle this data?

    Hi. My unexperience with JS shines here like a lightbulb :D I am working with a raycaster and the "map" is in a array of arrays. I think you call it as jagged arrays. So the basic map data looks like this. let map = [ [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]...
  8. EkBass

    Trying to convert (int) for js

    Hi folks. Porting some C code here for js and im now not sure am i doing it right. The C code is as follows rx = (((int)px >> 6) << 6) + 64; Does that (int) affect only for px in this case, or does it affect to the rest of the line? Tried to google C (int) but that only leads me to pages...
  9. EkBass

    p5-2D-Sidescroller

    So, here it is. My first ever Javascript program. Used p5 for some reason here too. Anyway, simple 2D sidescroll jump around whatever. Still wondering is JS or C# the one i would like to use for my future (and prpably similar) projects. Playable game via browser here. GitHub link here. Check...
  10. EkBass

    JavaScript Best way to combine string + int + string?

    Hi. I have a set of images i want to load on array. Kind of sprite stuff. path = img/plr/ path = img/zombie/ or something like that depending of character. Filename itself is form "Run0.png", "Run1.png" etc. So, to not to write couple hundreds of lines i thought to use loop. imgFile = path...
  11. EkBass

    C# 2D simple gfx library in search.

    Hi. Im bit lost due the pure numbers of different gfx libraries available. I would ratherly use some smaller one. Actually SmallBasic.Library would fill all my needs but it has some problems with rendering screen with multiple shapes in fast speed. Basicly Windows only library would be ok...
  12. EkBass

    You like snow?

    Dont get me wrong. I love finnish winter when its white, not wet and dark. But 60cm during 24h and cant get out of my backdoor anymore. Keeps you in a good fit when shoveling snow after every few hours :D
  13. EkBass

    C# wmp.dll -> WMPPlayState.wmppsPlaying

    Hi. Code below worked just fine like a few hours ago (song changed after previous one had stopped), but now it allways returns true. Im working with VS 2019 and it has now started to return warning if (wmp.playState != WMPPlayState.wmppsPlaying) I have worked with keyboard inputs and not even...
  14. EkBass

    Hi everyone.

    Im a newold hobby programmer. Got first kicks from code lines back at 80's at microcomputer era. After that, more or less programmed all kind of stuff. Mostly complately useless things, but casonly something usefull too. Due boring work, got degree for software developement back at 2014 but...
Back
Top Bottom