Found 170 repositories(showing 30)
remotion-dev
Starting point for a new Remotion project. Run `npm init video` to get this template!
SkyrimScripting
SKSE "Hello, World!" plugin
alexa-samples
This tutorial will walk first-time Alexa skills developers through all the required steps involved in creating a skill using this hello world template, called โhello worldโ. This post assumes you have some familiarity with Python (or a similar programming language) and the Alexa Skills Kit. This tutorial provides an alternate way to build Alexa skills using python decorators. If you are interested in developing skills using classes, please look at the skill-sample-python-helloworld-classes sample.
soulofamachine
A HelloWorld.sol template for deploying to test networks with truffle
remotion-dev
Starting point for a new Remotion project in plain JS. The Hello World template, but in plain JavaScript. Recommended for people who detest TypeScript.
cocos-creator
Typescript helloworld project template for Cocos Creator
ask-community
A HelloWorld Alexa Skill template for TypeScript, ASK SDK v2, and ASK CLI
nazri07
SELFBOT TEMPLATE SIMPLE FOR LINE BY HELLOWORLD
davedawkins
No description available
SkyrimScripting
Papyrus "Hello, world!" mod
yellowgithub
helloworld is template project for GNU open-source style
allesvergeben
A Modified HelloWorld Vuetify Template with i18n, router, vuex & more
jgabaut
A template repo including amboso. The example helloworld is in C.
mbround18
Complete Hytale server plugin development template with automated Docker setup, Gradle builds, and CI/CD workflows. Includes HelloWorld example, asset packaging, and production-ready infrastructure.
tommybici
<p align="center"><a href="https://t.me/fridayot"><img src="https://telegra.ph/file/22535f8051a58af113586.jpg" width="5000"></a></p> <h1 align="center"><b>FRIDAY-USERBOT ๐ฎ๐ณ </b></h1> <h4 align="center">A Powerful, Smart And Simple Userbot In Pyrogram.</h4> ## Support ๐ <a href="https://t.me/FridaySupportOfficial"><img src="https://img.shields.io/badge/Join-Telegram%20Channel-red.svg?logo=Telegram"></a> <a href="https://t.me/fridayOT"><img src="https://img.shields.io/badge/Join-Telegram%20Group-blue.svg?logo=telegram"></a> ## Inspiration & Credits * [Userge-X](https://github.com/code-rgb/USERGE-X/contributors) * [Userge](https://github.com/UsergeTeam/Userge) * [Pokurt](https://github.com/UsergeTeam/Pokurt) * [Pyrogram](https://github.com/pyrogram/pyrogram/contributors) ## Code Owners * [Chsaiujwal](https://github.com/chsaiujwal) * [Aditya](https://github.com/Aditya-XD) * [Lakhac](https://github.com/Lakhac) * [InukaAsith](https://github.com/InukaAsith) * [SHRE-YANSH](https://github.com/SHRE-YANSH) # String Session - Pyrogram ๐ฑ ### Repl ๐งจ [](https://replit.com/@MIDHUNKMKM/StringGen) ### Locally ๐ ``` $ git clone https://github.com/DevsExpo/FridayUserbot $ cd FridayUserbot $ python(3) string_gen.py ``` # Hosting ๐ฅ ### Deploying To Heroku โ [](https://heroku.com/deploy?template=https://github.com/DevsExpo/FridayUserbot) ### Self-hosting (For Devs) โ ```sh # Install Git First // (Else You Can Download And Upload to Your Local Server) $ git clone https://github.com/DevsExpo/FridayUserbot # Open Git Cloned File $ cd FridayUserbot # Install All Requirements $ pip(3) install -r requirements.txt # Create local.env with variables as given below # Start Bot $ python(3) -m main_startup ``` ### Mandatory Configs ๐ ``` [+] Make Sure You Add All These Mandatory Vars. [-] API_ID: You can get this value from https://my.telegram.org [-] API_HASH : You can get this value from https://my.telegram.org [-] STRINGSESSION : Your String Session, You can get this From Repl or BY running String_Gen File Locally [-] MONGO_DB : Your Mongo DB DataBase Url. [-] LOG_GRP: Your Log Group/Channel Chat ID. This is Very Important and Some Modules Will Not Work Well Without This! [+] The fridayUserbot will not work without setting the mandatory vars. ``` # Examples - Plugins ๐ ### Plugins ๐ง ```python3 from main_startup.core.decorators import friday_on_cmd from main_startup.helper_func.basic_helpers import edit_or_reply @friday_on_cmd(['helloworld'], cmd_help={ "help": "This is A TEST", "example": "{ch}helloworld" }) async def hello_world(client, message): mg = await edit_or_reply(message, "`Hello World! This Works!`") ``` ### Custom Filters ๐ฃ ```python3 from main_startup.core.decorators import listen @listen(filters.mentioned) async def mentioned_(client, message): await message.reply_text("`Hello World! By The Way Why Did You Mention Me?`") ``` # X-Tra Plugins ๐ธ * Please Visit [Xtra-Plugins](https://github.com/DevsExpo/Xtra-Plugins) To Checkout Xtra-Plugins. # Licence ๐ [](http://www.gnu.org/licenses/gpl-3.0.en.html) * Copyright (C) 2020-2021 by DevsExpo@Github, < https://github.com/DevsExpo >. FridayUserbot is Free Software: You can use, study share and improve it at your will. Specifically you can redistribute and/or modify it under the terms of the [GNU General Public License](https://www.gnu.org/licenses/gpl.html) as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
bryans99
No description available
n1crack
helloworld template
mujoko
spring_helloworld template
colevscode
No description available
cmsd2
android/ouya helloworld/template app using libgdx
Helloworld template repository for confidential SoF client backend
JohanDehn
A Hello-World template project for VS Code - C language and Ubuntu 18.04
obayomi96
Simple helloworld truffle template to demonstrate deploying smart contracts
No description available
hirethisdeveloper
Obligatory hello world plugin for Bukkit 1.2.4
Project to jumpstart ZX81 assembler developments with a modern integrated IDE/debugger.
chenyuan2048
chatgpt_plugin_helloworld: Set up its own plug-in system demo based on openai open source plug-in template.
GerritCodeReview
Template plugin that adds new SSH commands to a server. Deprecated. The cookbook-plugin is now used to demo plugin features. - (mirror of https://gerrit.googlesource.com/plugins/helloworld)
ersin-ertan
App Engine Java Servlet Module- App Engine Java Endpoints Module - App Engine Backend with Google Cloud Messaging - https://github.com/GoogleCloudPlatform/gradle-appengine-templates/tree/master/HelloWorld - https://github.com/GoogleCloudPlatform/gradle-appengine-templates/tree/master/HelloEndpoints - https://github.com/GoogleCloudPlatform/gradle-appengine-templates/tree/master/GcmEndpoints
CampusDualClassroom
_template_cd_poo-helloworld-HelloWorld created by GitHub Classroom