Pinned Repositories
ascii-art-py
bitcoin-power-law
Predict Bitcoin prices using the power law model with historical data and visualize projections up to 2100. Includes interactive linear/log scale plotting.
bubble-netinfo-statusbar
Customize the status bar based on your network connection
CameraRollImageGrid
Get all your devices images with the expo API 'MediaLibrary' and render them into a grid (similar to FlatList)
contact-list-app
Learning React Navigation...
converters
Some scripts to convert files...
Custom-Samsung-S20-Skin
Android device skin for developing
dummies-pow-blockchain
Just a shitty blockchain I coded some years ago
react-eslint-config-for-maniacs
Cool React
victoriomolina's Repositories
victoriomolina/dotfiles
My personal dotfiles
victoriomolina/rabbit-erc20
Merciless ERC-20 drainer bot that launches relentless drainage attacks, stripping hot wallets of tokens and ETH.
victoriomolina/bitcoin-power-law
Predict Bitcoin prices using the power law model with historical data and visualize projections up to 2100. Includes interactive linear/log scale plotting.
victoriomolina/expo
An open-source platform for making universal native apps with React. Expo runs on Android, iOS, and the web.
victoriomolina/accdb-to-csv
Visualize all tables from an Access database by exporting them to CSV files
victoriomolina/ascii-art-generator
victoriomolina/bip39-2-pk
Python CLI tool to interactively derive Ethereum addresses and private keys from a BIP-39 mnemonic using the BIP-44 standard. It allows users to specify an optional address index to generate multiple addresses deterministically from the same mnemonic.
victoriomolina/erc20-spider
Track LPs and transactions of any token in the Ethereum mainnet
victoriomolina/gif-converters
A collection of Python scripts for converting between various media formats, including GIF to MP4 and image sequences to animated GIFs, utilizing libraries like MoviePy and ImageIO.
victoriomolina/http-server
C-based HTTP server implementation with persistent TCP connections
victoriomolina/imugi
Real-time trading signals for cryptocurrency markets using a comprehensive set of technical indicators
victoriomolina/keylogger
Python keylogger that captures keystrokes and sends the log file via SMTP, including the device's hostname and IP.
victoriomolina/metaweather-tracker
A tool to track and visualize climate data for specific planetary locations through the MetaWeather API
victoriomolina/oasis-core
Performant and Confidentiality-Preserving Smart Contracts + Blockchains
victoriomolina/openurl
A C program that forks child processes to open URLs in a specified browser using the --new-window flag, requiring the -n option followed by the browser name and optional URLs.
victoriomolina/pillow-batch-compressor
Python tool for batch image compression and resizing using Pillow
victoriomolina/pow-blockchain
Just a shitty implementation of a Proof-of-Work blockchain I coded a few years ago
victoriomolina/qr-code-generator
Python CLI tool to generate QR codes
victoriomolina/ransomware
Ransomware tool that silently encrypts or decrypts the OS using Fernet symmetric crypto, locking or unlocking data with a hidden key.
victoriomolina/react-maniacs-eslint
ESLint configuration for React Native projects, enforcing consistent coding standards and best practices. Includes plugins for React, React Native, JSX accessibility, and Flowtype, with custom rules for formatting, spacing, and modern JavaScript syntax. Extends Airbnb and Prettier config.
victoriomolina/react-native-blur
React Native Blur component (android hardware acceleration path)
victoriomolina/react-native-firebase
🔥 A well-tested feature-rich modular Firebase implementation for React Native. Supports both iOS & Android platforms for all Firebase services.
victoriomolina/react-native-google-mobile-ads
React Native Google Mobile Ads enables you to monetize your app with AdMob.
victoriomolina/react-native-paper
Material Design for React Native (Android & iOS)
victoriomolina/rn-fullstack-example
Practical exercise based on the book 'Fullstack React Native: Create Beautiful Mobile Apps with JavaScript and React Native'
victoriomolina/stylelint-maniacs
Stylelint configuration tailored for SCSS projects, enforcing consistent and clean CSS/SCSS coding standards.
victoriomolina/time-tracker
Mobile app for tracking time spent on different tasks - a practical exercise based on the book 'Fullstack React Native: Create Beautiful Mobile Apps with JavaScript and React Native'. Allows recording activities and monitoring how much time is spent on each.
victoriomolina/toy-functions.py
victoriomolina/tr-dram
C implementation of the tr command for the Operating Systems course at University of Murcia. Features dynamic memory allocation for buffers and handles partial reads/writes.
victoriomolina/xv6
MIT's xv6 OS with lazy memory allocation and other toys