Skip to content

Instantly share code, notes, and snippets.

<%@ Page Title="About Us" Language="C#" MasterPageFile="~/Header.master" AutoEventWireup="true"
CodeBehind="About.aspx.cs" Inherits="Siakad.About" %>
<asp:Content ID="HeaderContent" runat="server" ContentPlaceHolderID="HeadContent">
</asp:Content>
<asp:Content ID="BodyContent" runat="server" ContentPlaceHolderID="MainContent">
<div class="button-bar">
<ul class="button-group">
<li><a href="#" class="small button round">Button 1</a></li>
</ul>
@trogalko
trogalko / link.txt
Created January 23, 2019 12:03
Link Aplikasi RSCM Kencana Mobile di Play Store
@trogalko
trogalko / frpc.service
Created October 26, 2022 01:43 — forked from imyelo/frpc.service
run frp client as a service on windows and ubuntu / debian
# 1. put frpc and frpc.ini under /usr/local/frpc/
# 2. put this file (frpc.service) at /etc/systemd/system
# 3. run `sudo systemctl daemon-reload && sudo systemctl enable frpc && sudo systemctl start frpc`
# Then we can manage frpc with `sudo service frpc {start|stop|restart|status}`
# See also: https://nosame.net/use-frp-to-reverse-proxy-your-nas/
# Alternative for server:
# - Offical: https://github.com/fatedier/frp/blob/a4cfab6/conf/systemd/frpc%40.service
[Unit]
@trogalko
trogalko / Crypto.cs
Created April 21, 2025 06:26
Ina-CBGs Crypto converted to C#
using System;
using System.Security.Cryptography;
using System.Text;
using System.Linq;
public class Program
{
public static void Main()
{
Console.WriteLine(Crypto.Encrypt("I tried build the files for production, when got the error, the version of vite is v4.5.0 I got this error only doing the command build, on command dev, I got none errors","1234567890123456789012345678901212345678901234567890123456789012"));