Skip to content

Instantly share code, notes, and snippets.

View tolerious's full-sized avatar
:octocat:
Working from home

Toly tolerious

:octocat:
Working from home
View GitHub Profile
@tolerious
tolerious / iframe.html
Created April 3, 2022 10:06 — forked from cirocosta/iframe.html
Sending messages from child iframe to parent webpage
<!DOCTYPE html>
<html>
<head>
<title>My Iframe</title>
</head>
<body>
<button>Botão</button>
<script type="text/javascript">
@tolerious
tolerious / cloudSettings
Last active August 28, 2020 00:56
VScode configure file.
{"lastUpload":"2020-08-28T00:56:21.922Z","extensionVersion":"v3.4.3"}
## Major bug fix updates produced after the final release of the
## distribution.
deb http://old-releases.ubuntu.com/ubuntu/ maverick main restricted
deb-src http://old-releases.ubuntu.com/ubuntu/ maverick main restricted
deb http://old-releases.ubuntu.com/ubuntu/ maverick-updates main restricted
deb-src http://old-releases.ubuntu.com/ubuntu/ maverick-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://old-releases.ubuntu.com/ubuntu/ maverick universe
#!/usr/bin/env python
import simplejson
import logging
import random
import re
import datetime
import string
import time
import sys
import urllib
#include <gtk/gtk.h>
#include <sqlite3.h>
#include "local_machine_info.h"
#include <time.h>
#include <string.h>
#define NAME "luna_client.sqlite3"
GtkLabel *modify_time;//更新时间的label
GtkLabel *modify_uuid;
GtkLabel *modify_server_name;
GtkLabel *modify_server_ip;