View setFileItem_mr37.asm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;void FileMetaDataProvider::setFileItem() | |
;{ | |
1e220: push r15 | |
1e222: push r14 | |
1e224: push r13 | |
1e226: push r12 | |
1e228: push rbp | |
1e229: push rbx | |
1e22a: mov rbx,rdi | |
1e22d: sub rsp,0xa8 |
View setFileItem_original.asm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;void FileMetaDataProvider::setFileItem() | |
;{ | |
1e220: push r15 | |
1e222: push r14 | |
1e224: push r13 | |
1e226: push r12 | |
1e228: push rbp | |
1e229: push rbx | |
1e22a: mov rbx,rdi | |
1e22d: sub rsp,0xa8 |
View experiments.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/packages/drawer/src/views/DrawerView.tsx b/packages/drawer/src/views/DrawerView.tsx | |
index 19363aad..f53897c4 100644 | |
--- a/packages/drawer/src/views/DrawerView.tsx | |
+++ b/packages/drawer/src/views/DrawerView.tsx | |
@@ -343,5 +343,7 @@ export default function DrawerView({ navigation, ...rest }: Props) { | |
const styles = StyleSheet.create({ | |
content: { | |
flex: 1, | |
+ maxHeight: '100%', | |
+ overflow: 'clip' as any, |
View Steam Next Fest Demo AppIds
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
670530 | |
690230 | |
697990 | |
832440 | |
984700 | |
1066560 | |
1079080 | |
1164900 | |
1193480 | |
1205280 |
View virtVM.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby | |
require 'pathname' | |
require 'open3' | |
require 'nokogiri' | |
require 'ostruct' | |
require 'shellwords' | |
require 'timeout' | |
VM_NAME = 'WindowsVM' |
View files.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/ruby | |
require 'faraday' | |
url = 'http://domain/somefile.tar' | |
conn = Faraday.new | |
header_response = conn.head(url) | |
total_size = header_response.env[:response_headers]["content-length"].to_i |
View efifb.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/drivers/video/fbdev/Kconfig b/drivers/video/fbdev/Kconfig | |
index 8ea45a5..de3c96e 100644 | |
--- a/drivers/video/fbdev/Kconfig | |
+++ b/drivers/video/fbdev/Kconfig | |
@@ -760,7 +760,7 @@ config FB_VESA | |
read <file:Documentation/fb/vesafb.txt>. If unsure, say Y. | |
config FB_EFI | |
- bool "EFI-based Framebuffer Support" | |
+ tristate "EFI-based Framebuffer Support" |
View test_daylight_savings.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/test/test_daylight_savings.rb b/test/test_daylight_savings.rb | |
index d6f303f..3dfdc26 100644 | |
--- a/test/test_daylight_savings.rb | |
+++ b/test/test_daylight_savings.rb | |
@@ -9,110 +9,91 @@ class TestDaylightSavings < TestCase | |
def test_begin_past | |
# ambiguous - resolve to last night | |
- t = Chronic::RepeaterTime.new('900') | |
- t.start = @begin_daylight_savings |
View vlc.map
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0000000000400000 12K r-x-- vlc | |
0000000000602000 4K r---- vlc | |
0000000000603000 4K rw--- vlc | |
00000000017ed000 1720K rw--- [ anon ] | |
00007efcfff12000 3048K rw-s- [ shmid=0x3a18020 ] | |
00007efd00212000 44K r-x-- libnss_files-2.22.so | |
00007efd0021d000 2044K ----- libnss_files-2.22.so | |
00007efd0041c000 4K r---- libnss_files-2.22.so | |
00007efd0041d000 4K rw--- libnss_files-2.22.so | |
00007efd0041e000 24K rw--- [ anon ] |
View vlc.log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
execve("/usr/sbin/vlc", ["vlc"], [/* 21 vars */]) = 0 | |
brk(0) = 0x246d000 | |
open("/usr/lib/tls/x86_64/libdlfaker.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) | |
stat("/usr/lib/tls/x86_64", 0x7ffd43baaca0) = -1 ENOENT (No such file or directory) | |
open("/usr/lib/tls/libdlfaker.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) | |
stat("/usr/lib/tls", 0x7ffd43baaca0) = -1 ENOENT (No such file or directory) | |
open("/usr/lib/x86_64/libdlfaker.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) | |
stat("/usr/lib/x86_64", 0x7ffd43baaca0) = -1 ENOENT (No such file or directory) | |
open("/usr/lib/libdlfaker.so", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\7\0\0\0\0\0\0"..., 832) = 832 |
NewerOlder