projects.raphnet.netraphnet.net projects

projects.raphnet.net Profile

projects.raphnet.net

Maindomain:raphnet.net

Title:raphnet.net projects

Description:These mupen64plus and Project 64 plugins use the direct controller access feature offered by my N64 to USB adapters versions 3 and up to let the emulated game communicate with the controllers directly So what does this do for you Many things Here are the key advantages No calibration requiredAs the game talks to the controller directly it reads exactly the same axis values it would in

Discover projects.raphnet.net website stats, rating, details and status online.Use our online tools to find owner and admin contact info. Find out where is server located.Read and write reviews or vote to improve it ranking. Check alliedvsaxis duplicates with related css, domain relations, most used words, social networks references. Go to regular site

projects.raphnet.net Information

Website / Domain: projects.raphnet.net
HomePage size:17.793 KB
Page Load Time:0.165866 Seconds
Website IP Address: 74.208.236.63
Isp Server: 1&1 Internet Inc.

projects.raphnet.net Ip Information

Ip Country: United States
City Name: Lenexa
Latitude: 38.953620910645
Longitude: -94.73356628418

projects.raphnet.net Keywords accounting

Keyword Count

projects.raphnet.net Httpheader

Content-Type: text/html
Transfer-Encoding: chunked
Connection: keep-alive
Keep-Alive: timeout=15
Date: Mon, 15 Mar 2021 13:14:59 GMT
Server: Apache
Last-Modified: Tue, 13 Mar 2012 18:54:46 GMT
ETag: W/"3cd5-4bb24647d6980"
Content-Encoding: gzip

projects.raphnet.net Meta Info

74.208.236.63 Domains

Domain WebSite Title

projects.raphnet.net Similar Website

Domain WebSite Title
techpacs.comTechpacs Deals in Engineering Projects, Electronics Projects, Electrical, Mechanical Projects
projects.geothunder.comHow to Projects and Help for Problems - Geothunder Projects
ncryptedprojects.comNCrypted Projects – Development Server Instance for Client Projects at NCrypted
eotta.ccresa.orgCCRESA Office of Innovative Projects | CCRESA Office of Innovative Projects: Home
src.chromium.orgThe Chromium Projects
jtenlen.drizzlehosting.comJenny's Projects
dev.chromium.orgThe Chromium Projects
programs.ccsso.orgCCSSO projects
docs.opennms.orgOpenNMS Projects
projects.trnerr.orgTRNERR Projects
hunet.harding.eduClass Projects
a.helpiraq.orgahelpiraqorg - PROJECTS
chromium.orgThe Chromium Projects
projects.sappharad.comSappharad.com - Projects
translate.yoast.comProjects GlotPress

projects.raphnet.net Traffic Sources Chart

projects.raphnet.net Alexa Rank History Chart

projects.raphnet.net aleax

projects.raphnet.net Html To Plain Text

What's this page for? This page exists in the hope that google will direct some people to it. This page contains: Files and patchs I have contributed for various open source projects Patches I have written but have not been released by the projects authors, either because they were not interested or they did not respond. Projects that I find useful, but have lost their homepage and are no longer being maintaned. This allows other people to be at least able to download the sources. Patches that would be too much trouble to submit (hint: STPC fb driver) The projects Project name Description Festalon A .nsf(NES music) file player and xmms plugin DCload-serial A tool to upload code to the dreamcast using a serial cable ADT (Apple Disk Transfer) A tool to transfer standard 16-sector Apple II disk images to/from a MS-DOS or Linux computer. STPC Linux framebuffer driver A port of the driver for kernel 2.4.5 provided by ST to a modern 2.4.26 kernel. Philips USB Webcam Driver for Linux The now discontinued Linux Driver for the Philips USB Webcams. Linux kernel patches and stuff Various debugging hacks, ugly patches and workarounds. Sexypsf A .psf (Playstation Music) file player Sexyspc A .spc (Snes music) file player playgsf A .gsf (Gameboy advance) file player for linux Festalon Festalon is a player for .nsf files (since version 0.5.5, it plays HES too). It can be built as a standalone command line player, as a xmms plugin or a winamp plugin. It was created and maintained by xodnizel. Update Feb 2009: Ryan C. Underwood sent me this patch which makes festalon compile on modern amd64 toolchains (Not tested by me): festalon-amd64.patch Update Feb 2005: Xodnizel is still working on festalon and he has sent me a new release so I can release in on this page. Changes since last release: Optimisation in the FDS, MMC5, N106 and VRC6 emulation code, added MMX, SSE, SSE2 and 3DNow! optimised filtering code, added AltiVec downsampling code, added support for AMD64/x86_64 platforms, added HES support (ripped TG16/PC Engine music), added support for Beep Media Player and license changed from LGPL to GPL. Refer to the ChangerLlog file distributed with festalon for a complete list of changes. You can grab the file here: festalon-0.5.5.tar.bz2 The section for this project in his homepage has disappered, but the sourceforge page is still up. I contacted Xodnizel, and he told me that he probably will not have the time to work on this project anymore. In my opinion, festalon sounded great, so that's why I decided to host the last version of the player, and a version patched by me. Here is the last stable version: festalon-0.3.0-src.tar.gz Xodnizel sent me a prerelease version, so I can work with more up to date code. Here it is: festpre040.tar.gz I had downloaded an archive full of nsf files, and when I started festalon like this: ./festalon *.nsf The tunes were always played in the same order. So I decided to add a command line option to shuffle the list of files to play. Since festalon requires a lot of cpu power to run, I wanted to run it remotely on a faster machine, and use the network to carry sound. I added esound suport to do that. Finally, I added a configure script, to allow users to choose between the oss and esd driver more easily, setup cflags and ldflags automatically, and generate an unique makefile for the command line player and xmms-plugin. Here is the patch against festpre040 which contains the above changes: festalon-cmdline-configure-esd.diff DCload-serial dcload-serial is a tool to upload code to the dreamcast via a serial cable. When doing Dreamcast development, it allows you to simply upload the code to test it instead of burning a CD everytime. (of course, there is dcload-ip which is must faster, but requires a network adapter). When I tried it on my sparc station, I discovered that it would not work on BigEndian platforms (powerPC, sparc). I made a small patch which detects the endianness and perform the necessary byte swapping when sending values to the Dreamcast. I sent the patch to the author, but I never received a reply and there have not been new releases since then. In the hope that I will help someone, here is the patch I've written for dcload-tool version 1.0.3: dcload-tool-1.0.3-endiantest.diff The original release can be downloaded from dcload-serial project page: http://adk.napalm-x.com/dc/dcload-serial/ ADT (Apple Disk Transfer) ADT is a set of two programs to transfer a standard 16-sector Apple II disk to a 140k file on an MS-DOS computer, and transfer a standard disk image file to disk on an Apple II. I simply wanted to be able to transfer disk images using Linux instead of MS-DOS. The original author, Paul Guertin, was nice enough to release the source, which made it possible for me to port his Turbo C code to gcc/Linux. Here are the files for the Linux port of ADT1.22. The tarball contains the original ADT122.ZIP file. adt122-unix-0.1.1.tar.gz This is version 0.1 of the port. I am pretty sure that there are some bugs. I was using a PowerPC when I ported this, so there may be issues with endianness. Also, receiving disk images from the Apple did not work correctly. If you try it on a PC, please let me know. I'll try to help you if you run into problems. Here is a page about my AppleIIc (in french): http://www.raphnet.net/divers/appleIIc/appleIIc.php STPC Framebuffer Driver The STPC chips by ST are x86 computers on a single chip (That is Processor, Chipset, PCI/ISA, RTC, Graphics, RAMDAC, TV Encoder, etc). I had been given a Consumer-II development board, and I wanted to use it on my TV, but the framebuffer driver was for an old 2.4.5 kernel and had compilation problems. I ported the driver to kernel 2.4.26, and wrote a cleaner building system for the gdk library required by the kernel driver. You can get the patch and installation instructions here: stpcfb-2.4.26-patch.tar.gz Here are the installation notes (also present in the tarball): INSTALL If the kernel you compiled complains at boot time that it requires the TSC feature, even if you selected the 486 cpu type, do a make oldconfig and recompile it. The kernel should boot correctly after that. Philips Webcam USB Drivers for Linux Update (Jan 2005) I discovered that the work has been resumed Luc Saillard. He has rewritten the decompression code by reverse enginnering the pwcx binary module. Great news. http://www.saillard.org/linux/pwc/ I'll just leave the files here for historical reasons. The good old driver for philips webcam has been discontinued, and the previous maintainer has removed all info and files from his website. Here are the last files I could download. Hopefully this will be useful for people who prefer a functional webcam to the perfect pureness of their kernel. pwc-9.0.2.tar.gz pwcx-9.0.tar.gz pwc-9.0.2-official-2.4.26 pwc-9.0.1-official-2.6.7.patch pwc-9.0.1-official-2.4.26.patch The original page: http://www.smcc.demon.nl/webcam/ . NOTE: Please do not mail me with questions about this driver. I provided those files only to make sure they are downloadable from somewhere. I do not wish to start maintaining this driver. Linux kernel patches and stuff At work I needed to find why the 2.4 kernel running on our strongarm boards would sometimes hang when resuming. I could not use printk since the hang occured before the console was reinitialized or before the printk buffer was completely drained(not sure what is the exact reason). To trace the code, I soldered a wire on one of the xscale GPIO pins which was usable and wrote a simple kernel module to send morse code on the pin at high speed. Using a digital storage oscilloscope to monitor the pin, I was able to discover where it would hang and why. Here is my morse code module: morse.c Sexypsf Sexypsf is a GPL .psf file player for Linux. It is based on pcsx and peops. It was maintained/hosted by Xodnizel until recently. Now it is an orphan project, but since I still use it I decided to host the releases and some patches...

projects.raphnet.net Whois

"domain_name": "RAPHNET.NET", "registrar": "Domain.com, LLC", "whois_server": "whois.domain.com", "referral_url": null, "updated_date": [ "2020-05-14 05:15:05", "2020-05-14T05:15:05" ], "creation_date": [ "2002-06-11 15:07:46", "2002-06-11T15:07:46" ], "expiration_date": [ "2021-06-11 15:07:46", "2021-06-11T15:07:46" ], "name_servers": [ "NS47.1AND1.COM", "NS48.1AND1.COM", "ns47.1and1.com", "ns48.1and1.com" ], "status": [ "clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited", "clientTransferProhibited https://icann.org/epp#clientTransferProhibited", "clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited" ], "emails": [ "compliance@domain-inc.net", "raphnet.net@domainprivacygroup.com", "support@mydomain-inc.com" ], "dnssec": "unsigned", "name": "Domain Privacy Service FBO Registrant.", "org": "Domain Privacy Service FBO Registrant.", "address": "10 Corporate Drive", "city": "Burlington", "state": "MA", "zipcode": "01803", "country": "US"