Skip to content

Instantly share code, notes, and snippets.

View g1i1U's full-sized avatar

glilU g1i1U

View GitHub Profile
@SmallHanley
SmallHanley / hideproc.c
Last active June 25, 2024 11:38
linux2021-summer-homework1
#include <linux/cdev.h>
#include <linux/ftrace.h>
#include <linux/kallsyms.h>
#include <linux/list.h>
#include <linux/module.h>
#include <linux/proc_fs.h>
MODULE_LICENSE("GPL");
MODULE_AUTHOR("National Cheng Kung University, Taiwan");
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Working with HTML Forms</title>
<meta name="viewport" content="width=device-width">
<style>
*,
*::after,
*:before{
// forms.js
//
const init = function(){
document.getElementById('button-cancel').addEventListener('click', reset);
document.getElementById('button-send').addEventListener('click', send);
}
const reset = function(ev){
//HTML will automatically put the form back to its initial state