TIMESTAMP := $(shell date "+%Y%m%d%H%M%S") | |
THIS_FILE := $(CURDIR)/$(firstword $(MAKEFILE_LIST)) | |
SRCDIR := $(CURDIR) | |
DESTDIR := $(CURDIR) | |
PROGRAM := app | |
PROGRAM_PATH := $(DESTDIR)/$(PROGRAM) | |
EXT_SRCS := |
" Height | |
set lines=40 | |
" Width | |
set columns=150 | |
" Background | |
set background=dark | |
" Font | |
" - https://github.com/yuru7/HackGen | |
set guifont=HackGenNerd:h14 | |
" No menu and toolbar |
package main | |
import ( | |
"bytes" | |
"fmt" | |
"log" | |
"github.com/google/gopacket" | |
"github.com/google/gopacket/pcap" | |
) |
設定値 | 内容 |
---|---|
Restricted | 個別のコマンドは許可されますが、スクリプトは実行されません。 |
AllSigned | ローカル コンピューター上で記述されたスクリプトを含むすべてのスクリプトと構成ファイルが、信頼された発行元によって署名されている必要があります。 |
For a brief user-level introduction to CMake, watch C++ Weekly, Episode 78, Intro to CMake by Jason Turner. LLVM’s CMake Primer provides a good high-level introduction to the CMake syntax. Go read it now.
After that, watch Mathieu Ropert’s CppCon 2017 talk Using Modern CMake Patterns to Enforce a Good Modular Design (slides). It provides a thorough explanation of what modern CMake is and why it is so much better than “old school” CMake. The modular design ideas in this talk are based on the book [Large-Scale C++ Software Design](https://www.amazon.de/Large-Scale-Soft
- CARTA HOLDINGS(旧VOYAGE GROUP)
- 技術広報が新卒研修<Open AIハッカソン>をスパイしてみた - (2023/04/11)
- @t_wadaに学ぶテスト駆動開発【CARTA 23新卒研修】 - (2023/04/19)
- 【新卒研修】監修者@t_wadaと読む!プログラマが知るべき97のこと読書会 - (2024/04/09)
- Classi
- 当たり前にリリースしていく ~ 新卒研修編 - (2021/05/20)
- リモートワークのための質問力向上研修を実施しました - (2021/12/07)
- CyberZ
- 良いコードとは何か - エンジニア新卒研修 スライド公開 - (2021/04/27)
The numbers claimed by this benchamark about Gevent [1] comparaed with the numbers got by Asyncio with the uvloop
and even with the default loop has left me a bit frozen. Ive repeated a few of them : gevent, asyncio, asyncio-uvloop and go for
the echo server and these are the numbers roughly:
For gevent
$ ./echo_client
685393 0.98KiB messages in 30 seconds
Latency: min 0.04ms; max 4.48ms; mean 0.126ms; std: 0.048ms (37.68%)
Latency distribution: 25% under 0.088ms; 50% under 0.122ms; 75% under 0.158ms; 90% under 0.182ms; 99% under 0.242ms; 99.99% under 0.91ms
iOS9 returns double the value for window.innerWidth
& window.innerHeight
The versions that are concerned are: 9.0.0
, 9.0.1
, 9.0.2
A few people got mad on twitter:
window.innerWidth in iOS 9 Safari returns double the number it did in iOS 8? Is this real life? tell me no — @rachsmithtweets
iOS9 Safari has the most insane bug where window.innerWidth / innerHeight is *sometimes* twice as large as it should be. ughhhh. !? — @mattdesl
iOS9 innerWidth/innerHeight is having a lot of fun these days — @ayamflow