Skip to content

Instantly share code, notes, and snippets.

View fabioafreitas's full-sized avatar
🏠
Working from home

Fábio Alves fabioafreitas

🏠
Working from home
View GitHub Profile
@onatcipli
onatcipli / go_router_example.dart
Last active May 24, 2024 03:49
go_router_example.dart
import 'package:flutter/material.dart';
import 'package:go_router/go_router.dart';
main() {
CustomNavigationHelper.instance;
runApp(const App());
}
class App extends StatelessWidget {
const App({Key? key}) : super(key: key);
@mattiasghodsian
mattiasghodsian / readme.md
Last active May 21, 2024 16:22
Valheim Dedicated Server Setup on Ubuntu 20.04.1 LTS

Port forwarding

Open ports (udp)

2456 2457 2458 27060

Uncomplicated Firewall

sudo ufw allow 2456/udp
@henriquefps
henriquefps / KS_Graph_FY.c
Last active December 12, 2019 00:54
FY gc on KS reduction machine
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <string.h>
#define N 110000000
#define true 1
#define false 0
#define incomplete_arguments 1
#define unknown_argument 2