The Wayback Machine - http://web.archive.org/web/20220112000559/https://github.com/explore
Skip to content

Here's what's popular on GitHub today...

Objective-C logo

Popular topic

Objective-C is general purpose, object-oriented programming language used for macOS and iOS operating systems.

 
App recommended by GitHub

AccessLint

AccessLint brings automated web accessibility testing into your development workflow. When a pull request is opened, AccessLint reviews the changes and comments with any new accessibility issues, giving you quick, timely, and targeted feedback, before code goes live.

Trending repository

强大的内网渗透辅助工具集-让Yasso像风一样 支持rdp,ssh,redis,postgres,mongodb,mssql,mysql,winrm等服务爆破,快速的端口扫描,强大的web指纹识别,各种内置服务的一键利用(包括ssh完全交互式登陆,mssql提权,redis一键利用,mysql数据库查询,winrm横向利用,多种服务利用支持socks5代理执行)

  • Updated Jan 11, 2022
  • Go
superset

Trending repository

Trending repository

stdpain
stdpain commented Jan 11, 2022

PackedInt128 is used to avoid the segment fault caused by using the aligned SSE instruction load16byte memory, and we can replace this class with unaligned_load entirely.

unaligned_access file path: be/src/util/unaligned_access.h
packed int128 file path: be/src/util/types.h

use unaligned_load<int128_t> instead of reinterpret_cast<const PackedInt128*>(value)
eg:

int128_t tmp = una

Trending repository

 
App recommended by GitHub

DeepScan

Tired of the troubles with JavaScript? DeepScan can help you.

DeepScan is an advanced static analysis tool engineered to support JavaScript, TypeScript, React, and Vue.js.

You can use DeepScan to find possible runtime errors and quality issues instead of coding conventions. Integrate with your GitHub repositories to get quality insight into your web project.