MicroEvan's Stars
microsoft/generative-ai-for-beginners
21 Lessons, Get Started Building with Generative AI 🔗 https://microsoft.github.io/generative-ai-for-beginners/
dr5hn/countries-states-cities-database
🌍 Discover our global repository of countries, states, and cities! 🏙️ Get comprehensive data in JSON, SQL, PSQL, XML, YAML, and CSV formats. Access ISO2, ISO3 codes, country code, capital, native language, timezones (for countries), and more. #countries #states #cities
lukePeavey/quotable
Random Quotes API
flowtyone/flowty-realtime-lcm-canvas
A realtime sketch to image demo using LCM and the gradio library.
getdozer/dozer
Dozer is a real-time data movement tool that leverages CDC from various sources and moves data into various sinks.
awais-vteams/laravel-crud-generator
Laravel CRUD Generator
bradtraversy/php-crash
Code for my PHP crash course on YouTube
auth0-blog/vue-jwt-authentication
banago/simple-php-website
An introductory example of how to build a simple and minimal website built with PHP.
frappe/mobile
Mobile App for Frappe built on Flutter
codewithsadee/homeverse
Homeverse is fully responsive Real estate website
ahmadrosid/pdfpintar
Chat with PDF documents.
amirfefer/Cyber-Camera
Turns any webcam into a smart security camera for home surveillance
sj-doyle/GSMA-OneAPI
Provides Web access to mobile (and other) network enablers - SMS/MMS, Location, Payments
arjuninv/CogniTrack
CogniTrack is an Artificial Intelligence powered person tracking system that acquires images from CCTV cameras and tracks individuals appearing in the frame in real-time.
codyhouse/codyframe-template-for-codrops
A website template built with CodyFrame
khoih-prog/GSM_Generic
Enables GSM/GRPS network connection using the GSM/GPRS modules. Use this library to make/receive voice calls, to send and receive SMS using Generic GSM/GPRS modules, such as u-blox SARA-U201 module.This library also allows you to connect to internet through the GPRS networks. You can either use Web Clients and Servers.
Dieudomtechn/Create-a-Free-Proxy-Server-with-Google-App-Engine
Here’s one such proxy site that you can build for your friends in China or even for your personal use (say for accessing blocked sites from office). This is created using Google App Engine and, contrary to what you may think, the setup is quite simple. 1. Go to appengine.google.com and sign-in using your Google Account. 2. Click the “Create an Application” button. Since this is your first time, Google will send a verification code via SMS to your mobile phone number. Type the code and you’re all set to create apps with Google App Engine. 3. Pick an Application Identifier and it becomes the sub-domain* of your proxy server. Give your app a title (say Proxy Server), set the Authentication Option as “Open to all users”, agree to the terms and create the application. (screenshot) 4. OK, now that we have reserved the APP ID, it’s time to create and upload the proxy server application to Google App Engine. Go to python.org, download the 2.7 Installer and install Python. If you are on Mac, Python 2.7 is already installed on your computer. 5. Download this zip file and extract it to your desktop. The zip file contains a couple of HTML, YAML and Python (.py) files that you can view inside WordPad. 6. Go to code.google.com, download the Google App Engine SDK for Python and follow the wizard to install the SDK on your computer. When the installation wizard has finished, click the “Run Launcher” button to open the App Engine Program. 7. Choose Edit -> Preferences inside the Google App Engine Launcher program from the desktop and set the correct values (see screenshot) for the Python Path, App Engine SDK and the Text Editor (set this is as WordPad or write.exe and not notepad.exe). 8. Click File – > Add Existing Application under the Google App Launcher program and browse to the folder that contain the index.yaml and other files that you extracted in Step 5. Once the project is added to App Engine, select the project and click Edit to replace “YOUR_APP_ID” with your App ID (screenshot). Save and close the file. 9. Click Deploy, enter you Google account credentials and, within a minute or two, your online proxy server will be deployed and become ready for use (screenshot). The public URL (or web address) of your new proxy server will be your_app_id.appspot.com (replace your_app_id with your App Engine Identifier). [*] The sub-domain or the App ID will uniquely identify your App Engine application. For this example, we’ll use labnol-proxy-server as the Application Identifier though you are free to choose any other unique name. Next Steps – Setting up a Free Proxy with Google You can edit the main.html file to change the appearance of your proxy website. You can even add code for Google Analytics and Google AdSense code to monetize your proxy server. The proxy server is public on the web (open to everyone) but you can add a layer of authentication so that only Google Account users who are logged-in can use your proxy server. If you have made any changes to your HTML files, you can upload the latest version to Google App Engine either by clicking the “Deploy” button again or use the following command – appcfg.py update <app-directory> This proxy works with Flash videos (like YouTube and ABC News) though not with Hulu. As some of you have suggested, web domains with the word “proxy” or “proxies” are banned at workplaces so you may avoid using them in your appspot.com proxy address. Though there exist proxy servers for accessing secure (https) sites, this is a basic proxy server that won’t work with sites that require logins (like Gmail). The proxy server code is available on Github and is fork of the Mirrorr project.
koishijs/exchange-rate
Mustafabharmal/Smart-Invoice
Efficient role-based access and product/invoice management system.
MicroEvan/ZescoIssueTrackingWebApp
A mirror of the Issue Tracking Web App.
nilclass/gsm-playground
Arduino project to read values from DS18S20 sensors and send to a server via GSM network (using SIM900)
prince-mishra/sms2http
sms2http is an API for your SMSs. Once the android app is properly configured, it sends all incoming SMS to the configured web endpoint, where they can later be accessed over a json API.
AmanyMo/Notify
web scraping app to track products' precious metals' prices & send notification via SMS or Email
chandrahas1809/Rpi_TCP_IP-GSMSim900
Sending data to remote server through TCP_IP connection using RaspberryPi and SIM900 GSM moduleand AT commands
hibaghel/ESP8266_ThingSpeak
Sending data to ThinkSpeak cloud server
MicroEvan/design-resources-for-developers
Curated list of design and UI resources from stock photos, web templates, CSS frameworks, UI libraries, tools and much more
shuvanshugupta/ToDo-A_Reminder_Web_Application
ToDo - A Reminder Web Application. Users can schedule their todo list and this web application send them reminder by email and sms.
t-gottschalk/text-me-please
A handy Web App to send SMS messages to your cell phone. Check me out:
xrgloria/web-app-twilio
A simple ReactJS and ExpressJS web app to send and receive SMS messages via Twillio.