GithubHelp home page GithubHelp logo

Hi, I'm Nakshatra Ranjan Saha (OCEAN OF ANYTHING)

I Am Web Developer, Web Designer, Blogger, Prompt Engineer, Programmer, And A YouTuber from India.

I Am Now A School Student. I Love To Create Beautiful Web Designs. I also Create Useful Hacking Scripts In Python, Batch Script, Visual Basic Script, And Ducky Script. Malware Designing And Developing Is My Passion And I Love To Do It.

Sweet Visitors And Followers

Profile Views

GitHub followers

GitHub User's stars

YouTube Channel Subscribers

YouTube Channel Views

šŸ† Profile Trophies

oceanofanythingofficial

Connect With Me

  • This Is My Official Website

ocean of anything official

  • This Is My Official Youtube Channel

OCEAN OF ANYTHING OFFICIAL

Languages and Tools:

android angular angularjs arduino aws azure babel bash c cplusplus csharp css3 django docker electron firebase flask flutter git go heroku html5 illustrator java javascript jekyll kotlin linux mongodb mssql mysql nextjs nginx nodejs nuxtjs opencv pandas photoshop php postgresql postman python pytorch qt react reactnative ruby rust sass scikit_learn selenium sqlite tailwind tensorflow typescript vuejs

Top Used Languages By Me

oceanofanythingofficial

My Github Stats

Ā  oceanofanythingofficial


oceanofanythingofficial


Note: Top Languages Are Only A Metric Of The Languages My Public Code Consists Of And Doesn't Reflect Experience Or Skill Level.

 github activity graph

If You Want To Contact Me Then Use

Official Email : [email protected]

Phone: +91 8902 1094 55

OCEAN OF ANYTHING's Projects

wifi-password-stealer-with-auto-zip icon wifi-password-stealer-with-auto-zip

My name is Nakshatra Ranjan Saha. I made this programme for especially Hac*ers.This Is A Password Stealer Proramme That Steales Passwords From Users Device.You Have To Run script.bat file to start the programme.you can edit that file as you want.in this programme i used password recovery utilityes from nirsoft all password files will be saved as a zip file in text folder.the file will be password protected. the password of the file isthe name of the zip file

windows.txt icon windows.txt

Activate Windows 10 Pro, Home, Professional Version for Free

wiz-official icon wiz-official

At "WIZ", we are passionate about staying at the forefront of AI innovation and sharing our knowledge with the world. Whether you are a student, researcher, or industry professional, we invite you to explore our website and join the conversation.

wordpress icon wordpress

Finding the websites built on wordpress with version from the list of bulk websites.

writewrl icon writewrl

## Writeurl - an online collaborative editor ### Writeurl is a collaborative editor Writeurl is a client server system. The frontend code is written in pure javascript using no frameworks. The backend is a node.js application. The client and server communicate through a WebSocket connection. The client stores local changes in the browser's local storage. The editor can be used in offline mode. Changes are always uploaded to the server when a connection is available. Writeurl documents are identified by their (write)url: www.writeurl.com/text/id/read-password/write-password There is a read only version with a (read)url of the form www.writeurl.com/text/id/read-password This url structure makes it easy to share documents. No user registration is needed. #### Writeurl as an online service Writeurl is available as an online service at www.writeurl.com The code running the online service is the same as in this git repo. ###Local installation Writeurl can be installed and run locally as an alternative to using the online service. #### Installation instructions ##### Dependencies The only required dependeny is node.js and the modules in package.json. It is recommended to use node.js version 8. ##### Clone the repo ``` git clone https://github.com/morten-krogh/writeurl.git ``` ##### Install the node js modules ``` npm install ``` ##### Build the browser code Go to the writeurl directory. Use the build script. ``` bash build.sh browser ``` Now the browser code is available in the directory `build/release/browser/` ##### Configuring the server The node.js server code is located in the directory `server-nodejs-express` The server needs a configuration file in the YAML format. An example file is ```server-nodejs-express/config.yaml``` ``` port: 9000 release: public: /Users/mkrogh/writeurl/build/release/browser debug: host: debug.writeurl.localhost public: /Users/mkrogh/writeurl/build/debug/browser documents: path: /Users/mkrogh/writeurl-test-dir/doc_dir publish: public: /Users/mkrogh/writeurl-test-dir/publish_dir # Pino logger # Output goes to stdout. logger: # levels: silent, fatal, error, warn, info, debug, trace level: trace ``` `port` is the port at which the server listens. `release` and `debug` are the directories built above containing the browser code. `documents` is the directory where all the writeurl documents will be stored. The server uses files to store the documents (one subdirectory per document). `publish` is the directory where the published (html) versions of the documents will be stored. `logger.level` is the logging level. Logging goes to standard output. ##### Starting the server In the directory `server-nodejs-express` type ```node writeurl-server.js config.yaml ``` ##### Start typing Go to localhost:9000 in the browser and start typing. ### Example production installation For production, it is recommended to use a reverse proxy with TLS, and to daemonize the Writeurl server. For daemonization, one can use a node.js process manager or a system daemon such as systemd on Linux. The online Writeurl service uses nginx as a reverse proxy and systemd under Linux for daemonization. ##### Example nginx configuration An example nginx.conf file is located at https://github.com/morten-krogh/writeurl/blob/master/documentation/nginx.conf ##### Example systemd unit file ``` [Unit] Description = writeurl server After = network.target [Service] Type = simple User = www ExecStart = /home/www/.nvm/versions/node/v8.9.4/bin/node /home/www/writeurl/server-nodejs-express/writeurl-server.js /home/www/writeurl/server-nodejs-express/config-debian.yaml Restart = on-failure [Install] WantedBy = multi-user.target ``` ### Backup The server can be backed up by just backing up the files in the `documents` and `publish` directories specified in the config.yaml file. Any type of file backup can be used, e.g. periodic rsync. The backup script can be used while the server is running as long as the backup script does not change any files. The server can be restarted from a backup by just placing the backup directories in the place pointed to by `documents` and `publish` in the config file. ### Embedding Writeurl can be embedded as described in https://github.com/morten-krogh/writeurl/blob/master/html/embed/index.html This page is available on the online service as well https://www.writeurl.com/embed ### Contributions and issues Bugs and feature requests are appreciated and can be opened as Github issues. We also welcome code contributions as pull requests.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.