Showing 111 open source projects for "ps1.coder"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Compliant and Reliable File Transfers Backed by Top Security Certifications Icon
    Compliant and Reliable File Transfers Backed by Top Security Certifications

    Cerberus FTP Server delivers SOC 2 Type II certified security and FIPS 140-2 validated encryption.

    Stop relying on non-certified, legacy file transfer tools that creak under the weight of modern security demands. Get full audit trails, advanced access controls and more supported by an award-winning team of experts. Start your free 25-day trial today.
    Start Free Trial
  • 1

    Tic Tac Toe

    Exciting Tic Tac Toe game full of features

    ...That always made me want to make my own version of Tic Tac Toe since I was 10 or so. I couldn't even program! So I'm now attempting to make it look beautiful and full of little details. I hope you're gonna enjoy it! Coder: Nick . Tester: Alex You need Microsoft .Net Framework 4.5 or the application won't start. .Net Framework 4.5 is already included from Windows 8. In Windows 7/Vista/Xp is automatically downloaded as an update. Look for it on Microsoft's website only if you don't have it installed on your computer. If you run a Linux distribution (Ubuntu, Fedora, OpenSuse, Mint etc.) just install Wine and the app will run on Linux as well! ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Rift

    Rift

    Powerfull & Simple Multilanguage IDE Independent Compiler & Debugger

    Rift is an free IDE Independent software to Compile, Debug, and Analyse Time Complexity for Multilanguage programs. Rift currently supports C/C++ ,Python and Ruby languages.Rift features Powerfull Compilers & interpreters and gives you the freedom to work with IDE of your choice. Rift is also supplemented with a powerful testing feature for very large input/output Files and lets you analyse the time complexity of your code. It tests the correctness of the code in accordance with the input...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    JK Lossless Video Codec

    Interframe lossless video codec using 3D prediction

    This codec was developed for the purpose of bachelor's thesis on Faculty of Information Technology, Brno University of Technology, Czech Republic. Project is under LGPL licence. You can use this codec e.g. for screen recording via CamStudio. Records can be directly imported in Vegas Pro/Movie Studio.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    DjVuPlus

    DjVuPlus

    DjVu Read Documents,With OCR Technology(Arabic ,English ),Small Size

    ...As such, it is also subject to the GNU General Public License version 2. Several patents apply to two very specific aspects of DjVu and DjVuLibre. The patents cover a particular aspect of the ZP-coder (the arithmetic coder used in DjVu and implemented in libdjvu/ZPCodec.cpp) and the background masking technique used in the IW44 wavelet encoder (implemented in libdjvu/IW44EncodeCodec.cpp). Most patents are owned by AT&T. LizardTech has very broad rights to them and grants free and permanent licenses to them for the purpose of building GPL software with the DjVu Reference Library. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • 5
    nLog-Logger

    nLog-Logger

    Powerful logging mechanism for .net applications

    ...It provides control over the log types, you can write all your log types in production system and still the log will not get written if specific log type not enabled, this saves IO usage and helps to keep log files small in size. During error condition coder can enable specify log types like Fetal and Debug, print those entries, debug that specific issue and solve it. After fixing error coder can again switch off those log types easily. The powerful feature of nLog is single configuration for entire application. By changing configuration from any module coder can reflect those configuration changes in entire application. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Family Management

    A Wallet Management Application

    The Family Management application lets you manage your financial incomes and outcomes in an easy way. Add, Manage and Remove your Accounts and never lose track of your money. The source code is inside the application. Coder: Nick . Happy coding !
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Capture PC Screen

    Get Screenshot your PC !

    Coder : Doğukan SERVİ
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    GraFIX fixations coder
    GraFIX is a software and a method to detect fixations in low and high quality data, consisting of a two-step process in which eye-tracking data is initially parsed by using adaptive velocity-based algorithms, before it is hand-coded using the graphical interface, allowing accurate and rapid adjustments of the algorithms' outcome. GraFIX is released under the GPLv3 public license (http://www.gnu.org/licenses/). Please cite as: Saez de Urabain, I.R., Johnson, M.H., Smith, T.J., (2014)...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    thecodemonkey's JBase64

    free and fast implementation of a Base64 coder for Java

    This is a completely free (as defined by the Free Software Foundation), fast implementation of a Base64 coder for Java developers as replacement for the SUN proprietary library
    Downloads: 0 This Week
    Last Update:
    See Project
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Get Started Free
  • 10

    File Encryptor

    Very simple file encryptor (coder)

    File Encryptor is a very simple, totally free and easy to use batch file encryption application. Main features are: - Secures (encrypts) text files with an extra-large security key. - Secures (encrypts) media files with an extra-large security key. - Converts multiple files into a single encrypted file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    DropoutMLP

    A Multi-Layer Perceptron with Dropout

    This project was derived from the following project on CCodeChamp by MR CODER. http://www.ccodechamp.com/c-program-of-multilayer-perceptron-net-using-backpropagation/ I rewrote the project in C++ and and made it more object oriented. Then, I added the capability to use dropout on the hidden layers as specified by Geoffrey Hinton et. al. in "Improving neural networks by preventing co-adaptation of feature detectors" (2012).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    BroBot

    BroBot

    BroBot - An entertainment bot for IRC channels.

    BroBot is an entertainment bot for IRC channels, however, the bot itself can only be loaded in mIRC's script menu. It's moddable, in case you want to make changes to whatever you want. Credits: Eclipse (founder, sourceforge page owner, ideas, coder, bugtester) WebMaka (coder, assistant, bugtester) BlackSentinel (coder, assistant, bugtester) Carl (coder, assistant, bugtester)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    pSX Portable
    This emulator fully emulates the Sony Playstation. Compatibility is fairly high Note: you will need a PS1 BIOS image (not supplied) - it should be called SCPH1001.bin and placed in the bios folder of the emulator.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14

    Simple Huffman Coder

    Simple huffman coder for learning purposes

    This project is built for learning purposes so it's implementation is kept simple and easy to read. It has two functions to either encode or decode a file with the expectation that you will modify it to suite your needs best.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Sürücü kurslarına özel müşterilerini kolay takip amacıyla hertürlü ayrıntıları düşünülmüş ücretsiz bir programdır. Eşsiz arayüzü ve kolay anlaşılır yapısıyla ücretsiz dağıtılan programlar alanında en iyisidir. Programla neler mi yapılabilir; Kullanıcı girişi sayesinde verilerinizi saklı tutabilirsiniz Bilgilerini girdiğiniz sürücü adayının düzenlendiği evraklarını, ödeme bilgilerini(taksit durumu) takip edebilir ve çıktı alabilirsiniz Personellerinizin bilgilerini tutabilir...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Develop a programmer's editor for literate programmers that allows the person to switch hats from the role of coder to the role of technical writer. The motivation for the project is to make the LaTeX code invisible to software developers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Matlab coder to C++ or C

    Matlab coder to C++ or C

    MATLAB Coder converting Hello World M script to C or C++

    Open Source Code Demo of MATLAB Coder converting Hello World M script to C++ file This is a simple demo of this powerful to demo the conversion of Matlab's M script file to a C++ file for your trading or target platform. Youtube video and Download the ZIP package from http://quantlabs.net/blog/2012/11/rading-or-hft-open-source-code-demo-of-matlab-coder-toolbox-converting-hello-world-m-script-to-c-file-free-opensource/
    Downloads: 3 This Week
    Last Update:
    See Project
  • 19

    sim2c

    C-code Generation from Simulink Models using Flex and Bison

    This project follows classical technique for code generation from Simulink models for an embedded system application. Commercially available tools for code generation are Embedded Coder from Mathworks and TargetLink from dSpace. Flex and Bison are used in this project for code generation. Flex and bison are widely used code-generation tools and are free. Model parser generated from Flex and Bison has the capability to parse model file and extract all the information related to blocks and lines in the model. Block information extracted by parser is used in creating tree of blocks records which represent block hierarchy and their interrelation in model. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    This is a simple GUI created for the Minecraft Coder Pack. It is not made or endorsed by Mojang or the creators of the Minecraft Coder Pack itself.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Geocoding is the process of estimating a latitude and longitude for a given location. JGeocoder is a free Java geocoder. This project is loosely modeled after Geo::Coder::US, a Perl module available for download from the CPAN.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Http BotNet Coder : Bazaid Home : Dev-point.com/vb/ Use : VB.NET & PHP
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    This is just a little something i have put together. I am just learning C#, so i am wanting to increase my C# Skills. Martinmine, inspired me as a Coder, and as a friend to do it. He also helped with the Random Password Generator. :) I will be looking forward to update it and make it have more features and see how many people are maybe actually going to use it. Adding any reviews would be nice aswell. Thanks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    We make this game engine is order to let the coder to make game very easier, the engine can't be the best, but I want to make this engine is most easier to use for their own games.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    NightLight

    Network utillity

    With this tool you can stress test and find out if your network services is vulnerable to eg. a TCP or UDP attack. It has also a HTTP flooder, slowloris and a port checker. For more information about slowloris: http://en.wikipedia.org/wiki/Slowloris Please note that the coder of this program is not responsible for its use or if it does any damage.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo