duangsuse::Echo
720 subscribers
4.31K photos
131 videos
583 files
6.55K links
import this:
美而不丑、明而不暗、短而不凡、长而不乱,扁平不宽,读而后码,行之天下,勿托地上天国。
异常勿吞,难过勿过,叹一真理。效率是很重要,盲目最是低效。
简明是可靠的先验,不是可靠的祭品。
知其变,守其恒,为天下式;穷其变,知不穷,得地上势。知变守恒却穷变知新,我认真理,我不认真。

技术相干订阅~
另外有 throws 闲杂频道 @dsuset
转载频道 @dsusep
极小可能会有批评zf的消息 如有不适可退出
suse小站(面向运气编程): https://WOJS.org/#/
Download Telegram
Forwarded from 羽毛的小白板
这也能保留着?
震惊!某知名Web全沾砖家发布了他的第一个前端作品 —— 基于Vue+Element的简单管理后台模板
https://github.com/mokeyjay/vue-element-admin-template

这是一个必将成为我黑历史的项目(确信
羽毛的小白板
这也能保留着?
#linux #sysadmin 当然呐,如果新内核跑不起来还有 backup 的嘛
Tencent 的前端 TM 是什么?连响应式都做不好。
什么叫做”相形见绌“
#telegram #tips #plus1
Telegram 官方 Desktop 客户端现在可以创建格式化文本链接了!

只需要在消输入息框使用弹出菜单->Formatting 即可快速格式化文本

快捷键:

Bold/粗体:Ctrl+K
对应
Markdown __text__ **Text**
Italic/斜体:Ctrl+I
对应
Markdown _text_ *Text*
Monospace/等宽:Ctrl+Shift+M
对应
Markdown
```MultiLineText```
`SingleLineText`
Plain/无格式:Ctrl+Shift+N
Link/链接:Ctrl+K
无对应
Markdown ( [foo](https://) 是无效的 )
我是链接 貌似现在只支持 HTTP/HTTPS
https://xz.aliyun.com/t/2484
跟你们讲个笑话:逆向 JavaScript 🌚
现在的前端们都这么开心了
#baidu #tips #web 百度热点排行榜查看:

热点 热搜 选美 看剧 移动热门
都是静态页面,可以使用 XML 解析器扒取数据
#web #dev #tips 快速创建 Web 前端:

<!DOCTYPE html>

HTML Tag

<html lang="en" dir="ltr"></html>

// lang: en/zh-cn

Script tag

<script type="" async="" charset="UTF-8" src="script_location"></script>

type 默认 text/javascript,如果不是浏览器当它普通文本块由第三方脚本处理执行
async 表示加载时不要等待获取脚本
charset 可选

关于 HTML Head 中可用标签

<meta charset="UTF-8 / utf-8">

<meta http-equiv="x-ua-compatible" content="ie=edge">
; <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

<meta name="viewport" content="width=device-width, initial-scale=1">
; <meta name="viewport" content="width=device-width, initial-scale=1.0,maximum-scale=1.0, user-scalable=no">

<title>Tab Title</title>

<link rel="mask-icon" href="https://assets-cdn.github.com/pinned-octocat.svg" color="#000000">

<meta property="og:site_name" content="OpenGraph title">
<meta property="og:url" content="https://www.microsoft.com/zh-cn">
<meta property="og:title" content="Page">
<meta property="og:description" content="At Microsoft our mission and values are to help people and businesses throughout the world realize their full potential.">
<meta property="og:type" content="website">
<meta property="og:image" content="https://assets-cdn.github.com/images/modules/open_graph/github-logo.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="1200">

<meta name="theme-color" content="#2196F3">

<link rel="alternate" type="application/atom+xml" title="ATOM" href="/">

<meta content="index,follow" name="robots">
<meta content="telphone=no, email=no" name="format-detection">
<meta name="format-detection" content="telephone=no">

<meta name="renderer" content="webkit">
<meta http-equiv="Cache-Control" content="no-siteapp">

<meta name="description" content="Desc">
<link rel="icon" href="https://all-dream.com/favicon.ico">
<link rel="SHORTCUT ICON" href="https://a.com/favicon.ico" type="image/x-icon">
<link rel="dns-prefetch" href="//statics-marketingsites-neu-ms-com.akamaized.net">
<link rel="preconnect" href="//statics-marketingsites-neu-ms-com.akamaized.net">
<link rel="preload" as="font" crossorigin="crossorigin" type="font/woff" href="https://w.woff2">
<link rel="preload" as="script" href="//www">
<link rel="stylesheet" href="//www" type="text/css" media="all">
<link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="GitHub">
<link rel="canonical" href="https://www.foo.com">
<script type="text/javascript" charset="utf-8" async="" data-requirecontext="_" data-requiremodule="//audiencemanager.js"></script>
<link rel="stylesheet" href="https://cdnjs.loli.net/ajax/libs/mdui/0.4.1/css/mdui.min.css">
#PL #recommended #project 外国有人准备制作一个类 CHaskell 并准备支持类似现在一些新语言的特性(包括语法上的),手动管理内存的编译性语言叫 Jai
它还支持
反射和函数泛型、不错的新特性等

It looks like this:

counter: int = 0;
name: string = "Jon";

average: float = 0.5 * (x+y);

counter := 0; // int counter

counter: int; // w/o initialize like C int counter;

sum :: (x: float, y: float, z: float) -> float {
return x + y + z;
}

print("Sum: %\n", sum(1, 2, 3));

Vector2 :: struct {
x: float;
y: float;
}

a: [50] int;

print_int_array :: (a: [] int) -> fooSt

for
i : 0..n-1 {
print("%\n", it);
print("%\n", it_index);
}

#run generate_linear_srgb(); // 支持编译时运行宏 #run invokes the compile time execution

sum :: (a: $T, b: T) -> T {
return a + b;
}

#bake sum(a, 1) // a += 1

print_any :: (a: Any) {
if a.type.type == Type_Info_Tag.FLOAT
else if // ....
}

node :: struct {
owned_a : !* node = null;
owned_b : !* node = null;
}
example: node = new node;
delete example;
#inline fn
#no_inline fn_b