Skip to content

Instantly share code, notes, and snippets.

View 98lenvi's full-sized avatar

Lenvin Gonsalves 98lenvi

View GitHub Profile
@98lenvi
98lenvi / Create website in darkweb.md
Last active April 5, 2024 03:44
steps to host dark web website

Create your own site in the dark web.

There is a lot of misconception around the dark web, and most of the people think that it is not possible to create their own website on Dark web (The Onion network). Today we will set up a website in the Onion/Tor network for free.

Screenshot of my dark website

As you can see above, I have created my own website in the Tor network, and I've accessed it using the Tor Browser.

This tutorial consists of three steps

@98lenvi
98lenvi / main.dart
Created February 26, 2020 11:56 — forked from jebright/main.dart
Using an Isolate in Flutter
import 'dart:async';
import 'package:flutter/material.dart';
import 'dart:isolate';
void main() => runApp(new MyApp());
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return new MaterialApp(