Some of my projects that are not widely known:
2021: YouTube to mp3 converter
Another Telegram bot (Golang) for YouTube to mp3 conversion. It took long time for registration bot, because many logins has been already occupied (and all these bots doesn’t work!). https://t.me/youtube_mp3_download_bot
2021: Audio Reverse Bot
Golang bot for Telegram for voice messages reversing. Just for fun. https://t.me/tenetaudiobot
2021: Daily Informer
Golang written bot for daily notifications of year/day completion information, current exchange rates, etc. https://t.me/daily_notification_bot
2021: YouTube DarkNet TV
A small internet TV that shows collection of “strange” (“darknet”) videos from YouTube, collected manually and automatically using YouTube Data API. Some implementation details described in “Hikkings” e-zine. https://ytdntv.ml/
2018: vpninstall
Bash-scripts collection with configuration files for fast and easy VPN-servers install (PPTP, L2TP/IPSec, OpenVPN). https://github.com/bedefaced/vpn-install
2018: Sipdotnet
.NET wrapper for liblinphone library. https://github.com/bedefaced/sipdotnet
2017: Diary
Grabber and alternative client for electronic school diary. Implemented with Node.js (Express, MongoDB).
2017: Necromancer
Chrome-extension the ability to write in the language of the dead. Just for fun. https://github.com/bedefaced/necromancer
2016: Cinema
Chrome-extension and server for watching online movies together, with accurate synchronization. Implemented with jQuery + Node.JS (socket.io).
2015: ISO 8583 Emulator
Web-service using jPOS for ISO 8583 transactions emulation and testing goals. https://github.com/bedefaced/jpos-example
2014: ExtendedWebClient
C#-wrapper of .NET WebClient class with implementation of support transparent request proxying to Socks4/5 server.
2014: J2ME Bluetooth Remote Control
J2ME-client and desktop server on Java for connecting and executing commands over Bluetooth.
2014: Hardkorinki
IFrame-application (mostly JavaScript) for VK for sending holiday music e-cards created by Hardcora creative group.
2013: 2ch grabber
Grabber and archiver all threads of 2ch imageboards. Written on C# .NET + PHP.
2010: Fingerprint/whois-service
Browser fingerprints detection service using several methods (including DNS leaking), written on PHP + JavaScript.
2010: LastWM
Automatic last.fm subscription paying with PayPal, in the days, when WebMoney payment system was more popular than bank cards in Russia. Written on PHP. https://github.com/bedefaced/lastwm
2009: Planary
J2ME implementation of idea of Planary. https://github.com/bedefaced/planary
2007: Shared хостинг
Administration and support of shared web-hosting.
2004: DTFM remote control
System remote control by DTFM. Experimental modem desktop application written on Visual Basic 6.0. When a call is received a password and commands sent by DTFM are expected. This was relevant in the days of dial-up popularity.
2004: Video Control Server
Bundle of web UI, server, video surveillance camera client, and notification service, which sends notification by e-mail and phone call using modem. This was relevant in the days of dial-up popularity.
2003: "Fifteen" и "Twelve"
Desktop programs written on Visual Basic 6.0 - “Game of Fifteen” puzzle implementation and modification with 12 tiles - “Twelve” (5x3 square with 2 blocked empty places at {2,2} and {4,2}) puzzle implementation. Random start positions always are solvable due to inversion count checking.
2003: CD-player generator
Desktop program written on Visual Basic 6.0 for automatically generation of musical CD player software. User creates albums (playlists) by selecting files, the program creates installation package of autorun, audio codecs installator and player with transparent design (it was my experiments with WinAPI functions).