Moin,
ich nutze den Google DNS gar nicht, es wird der DNS, der ueber DHCP kommt genutzt.
Ich mache aber ein lookup von google.com um zu gucken ob ich ueberhaupt online gehen kann.
Scheinbar funktioniert da bei dir entweder der Packetdriver oder DHCP nicht...
Gruss Ilu
Die Suche ergab 88 Treffer
- Sa 3. Dez 2022, 22:12
- Forum: Software
- Thema: Mastodon client fuer MS-DOS
- Antworten: 4
- Zugriffe: 14171
- Sa 19. Nov 2022, 18:18
- Forum: Software
- Thema: Mastodon client fuer MS-DOS
- Antworten: 4
- Zugriffe: 14171
Mastodon client fuer MS-DOS
Moin,
wie einige wissen arbeite ich seit 3 Jahren an einer Javascript-Programmierumgebung fuer MS-DOS.
Vor 2 Wochen habe ich aus Jux heraus gesagt ich versuche damit mal einen Mastodon-Client fuer MS-DOS zu basteln.
Aus Spass wurde Ernst und ihr findet Ernst jetzt auf meinem GitHub: https://github ...
wie einige wissen arbeite ich seit 3 Jahren an einer Javascript-Programmierumgebung fuer MS-DOS.
Vor 2 Wochen habe ich aus Jux heraus gesagt ich versuche damit mal einen Mastodon-Client fuer MS-DOS zu basteln.
Aus Spass wurde Ernst und ihr findet Ernst jetzt auf meinem GitHub: https://github ...
- Fr 12. Nov 2021, 20:37
- Forum: Programmierung
- Thema: DOjS, eine JavaScript Engine for DOS
- Antworten: 24
- Zugriffe: 36967
Re: DOjS, eine JavaScript Engine for DOS
New DOjS release V1.7.0 on https://github.com/SuperIlu/DOjS/releases
Added FLIC playback (video)
Added MPEG1 playback (audio/video) using plugin `mpeg1`.
Added Ogg Vorbis playback plugin `vorbis`.
Added `rawplay` plugin for raw 16 bit stereo audio data loaded from file system or ZIP.
Added ...
Added FLIC playback (video)
Added MPEG1 playback (audio/video) using plugin `mpeg1`.
Added Ogg Vorbis playback plugin `vorbis`.
Added `rawplay` plugin for raw 16 bit stereo audio data loaded from file system or ZIP.
Added ...
- Fr 12. Nov 2021, 20:37
- Forum: Programmierung
- Thema: DOjS, eine JavaScript Engine for DOS
- Antworten: 24
- Zugriffe: 36967
Re: DOjS, eine JavaScript Engine for DOS
Entwickelt werden msste dann nur die DOS Java Maschine
So schoen deine Idee ist, aber ich habe mal beruflich eine Zeitlang mit "Embedded Java" zu tun gehabt und glaube mir, eine vollwertige Java-VM ist ein unglaublicher Molloch. Eine halbwegs moderne VM auf DOS zu portieren ist evtl. fuer ein ...
So schoen deine Idee ist, aber ich habe mal beruflich eine Zeitlang mit "Embedded Java" zu tun gehabt und glaube mir, eine vollwertige Java-VM ist ein unglaublicher Molloch. Eine halbwegs moderne VM auf DOS zu portieren ist evtl. fuer ein ...
- So 29. Aug 2021, 14:05
- Forum: Programmierung
- Thema: DOjS, eine JavaScript Engine for DOS
- Antworten: 24
- Zugriffe: 36967
Re: DOjS, eine JavaScript Engine for DOS
New DOjS release V1.6.0 on https://github.com/SuperIlu/DOjS/releases
Added JPEG loading through jpeg module
Made JSLOG.txt optional and the filename can be changed as well
Updated libcpuid to v0.5.1
Removed many compiler warnings and streamlined the make output during build
Added basic GIF ...
Added JPEG loading through jpeg module
Made JSLOG.txt optional and the filename can be changed as well
Updated libcpuid to v0.5.1
Removed many compiler warnings and streamlined the make output during build
Added basic GIF ...
- So 29. Aug 2021, 14:03
- Forum: Programmierung
- Thema: DOjS, eine JavaScript Engine for DOS
- Antworten: 24
- Zugriffe: 36967
Re: DOjS, eine JavaScript Engine for DOS
DOjS verwendet Javascript, nicht Java. Und es laeuft unter DOS oder in der DOS EIngabeaufforderung. Es weiss nichts von Windows...go32 hat geschrieben: Fr 13. Aug 2021, 10:12 Kann diese Scritengine als Unterbau für Windows Java GUIs derart verwendet werden, dass so eine GUI dann auch unter DOS läuft?
- Fr 2. Apr 2021, 15:42
- Forum: Programmierung
- Thema: DOjS, eine JavaScript Engine for DOS
- Antworten: 24
- Zugriffe: 36967
Re: DOjS, eine JavaScript Engine for DOS
New Version 1.5.0 available at https://github.com/SuperIlu/DOjS/releases
Version 1.5.0 (The neuronal necessity)
Added SQLite module
Added module for training/running neuronal networks
Added libcpuid module
Added NanoSVG module
Added global variables Width/Height
Added single parameter ...
Version 1.5.0 (The neuronal necessity)
Added SQLite module
Added module for training/running neuronal networks
Added libcpuid module
Added NanoSVG module
Added global variables Width/Height
Added single parameter ...
- Sa 13. Feb 2021, 19:20
- Forum: Programmierung
- Thema: Simple Codesammlung fuer 16bit DOS
- Antworten: 1
- Zugriffe: 11667
Simple Codesammlung fuer 16bit DOS
Moins,
ich habe heute mal das Ergebnis meiner Arbeit vom letzten Wochenende auf GitHub veroeffentlicht:
Eine sehr simple Funktionssammlung um mit OpenWatcom (o.ae.) 16 Bit DOS Programme zu erstellen. Gedacht fuer Leute die (so wie ich) von der darunterliegenden Hardware und dem Betriebssystem wenig ...
ich habe heute mal das Ergebnis meiner Arbeit vom letzten Wochenende auf GitHub veroeffentlicht:
Eine sehr simple Funktionssammlung um mit OpenWatcom (o.ae.) 16 Bit DOS Programme zu erstellen. Gedacht fuer Leute die (so wie ich) von der darunterliegenden Hardware und dem Betriebssystem wenig ...
- Fr 22. Jan 2021, 19:12
- Forum: Programmierung
- Thema: DOjS, eine JavaScript Engine for DOS
- Antworten: 24
- Zugriffe: 36967
Re: DOjS, eine JavaScript Engine for DOS
DOjS ist jetzt in Version 1.4.0
Version 1.4.0 (The curly conglomerate)
Replaced loadpng+libpng by alpng to reduce EXE size.
Added fast integer array class IntArray
Added ReadInts() and WriteInts() to File, Zip and Socket to speed up data IO.
Improved type checking for parameters.
Added ...
Version 1.4.0 (The curly conglomerate)
Replaced loadpng+libpng by alpng to reduce EXE size.
Added fast integer array class IntArray
Added ReadInts() and WriteInts() to File, Zip and Socket to speed up data IO.
Improved type checking for parameters.
Added ...
- So 3. Jan 2021, 19:53
- Forum: Software
- Thema: WAV-Player für die Kommandozeile
- Antworten: 5
- Zugriffe: 7756
Re: WAV-Player für die Kommandozeile
Sag Bescheid falls doch noch was fehlt. Einen simplen WAV-Player sollte ich Dir mit Allegro in ein paar minuten zusammenbasteln koennen...
- Sa 5. Sep 2020, 13:42
- Forum: Programmierung
- Thema: DOjS, eine JavaScript Engine for DOS
- Antworten: 24
- Zugriffe: 36967
Re: DOjS, eine JavaScript Engine for DOS
DOjS ist jetzt in V1.2.0
Version 1.2.0 (Watt is that?)
Added TCP/IP support through WATT32.
Fixed bug where text mode was not restored after exiting DOjS
Added File.GetSize(), File.WriteBytes() and File.ReadBytes()
Added fixnewlines target to Makefile.
Updated syntax highlighting file ...
Version 1.2.0 (Watt is that?)
Added TCP/IP support through WATT32.
Fixed bug where text mode was not restored after exiting DOjS
Added File.GetSize(), File.WriteBytes() and File.ReadBytes()
Added fixnewlines target to Makefile.
Updated syntax highlighting file ...
- Mi 15. Jul 2020, 00:00
- Forum: Programmierung
- Thema: DOjS, eine JavaScript Engine for DOS
- Antworten: 24
- Zugriffe: 36967
Re: DOjS, eine JavaScript Engine for DOS
DOjS ist jetzt in V1.1.0
Version 1.1.0 (the COM together)
Added COM port access through the COMPort() object.
Added RAW LPT port access through LPT-funktions LPTRawData(), LPTRawStatus() and LPTRawControl().
Added LPT printer access through LPTReset(), LPTSend() and LPTStatus().
Added LPT ...
Version 1.1.0 (the COM together)
Added COM port access through the COMPort() object.
Added RAW LPT port access through LPT-funktions LPTRawData(), LPTRawStatus() and LPTRawControl().
Added LPT printer access through LPTReset(), LPTSend() and LPTStatus().
Added LPT ...
- Fr 27. Mär 2020, 17:29
- Forum: Programmierung
- Thema: DOjS, eine JavaScript Engine for DOS
- Antworten: 24
- Zugriffe: 36967
Re: DOjS, eine JavaScript Engine for DOS
DOSBox-X hat lange Dateiname und Voodoo-Emulation, etc. Ausserdem wird es aktiv weiterentwickelt, wenn auch leider nur von einem Typen...
Was kriegst Du nicht an's laufen? ZIP auspacken, eine von den V_x.BAT ausfuehren und dann mit einem Dateinamen starten (z.B. "DOJS.EXE first.js")...
Was kriegst Du nicht an's laufen? ZIP auspacken, eine von den V_x.BAT ausfuehren und dann mit einem Dateinamen starten (z.B. "DOJS.EXE first.js")...
- Fr 27. Mär 2020, 14:37
- Forum: Programmierung
- Thema: DOjS, eine JavaScript Engine for DOS
- Antworten: 24
- Zugriffe: 36967
Re: DOjS, eine JavaScript Engine for DOS
Es gibt jetzt das 1.0er Release von DOjS
Version 1.0.0 (the major mashup)
Fixed memory leaks in TexInfo
Added dynamic TexInfo generation from Bitmap
Better memory handling between native and JS code (GC before malloc())
Documented joystick functions
Added RandomInt() to API
Added compile ...
Version 1.0.0 (the major mashup)
Fixed memory leaks in TexInfo
Added dynamic TexInfo generation from Bitmap
Better memory handling between native and JS code (GC before malloc())
Documented joystick functions
Added RandomInt() to API
Added compile ...
- So 9. Feb 2020, 17:37
- Forum: Galerie
- Thema: 1998 Retro Neuaufbau mit Voodoo2 SLI
- Antworten: 8
- Zugriffe: 15292
Re: 1998 Retro Neuaufbau mit Voodoo2 SLI
Die Kombination aus Matrox und Voodoo2 SLI mag ich. Die Matrox-Karten benutze ich auch sehr gerne als 2D Karte.
Die SB PCI128 ist AFAIK auch ziemlich kompatibel was DOS-Games angeht.
Schoene Kiste!
Die SB PCI128 ist AFAIK auch ziemlich kompatibel was DOS-Games angeht.
Schoene Kiste!