This file contains hidden or 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
| nmc | days | cn | ad | |
|---|---|---|---|---|
| 823 | 201 | Australia | 1. Under 20 | |
| 1003 | 255 | Asia | 1. Under 20 | |
| 680 | 31 | Europe | 2. From 20 to 29 | |
| 70 | 2 | Asia | 1. Under 20 | |
| 619 | 50 | Asia | 1. Under 20 | |
| 112 | 150 | Europe | 1. Under 20 | |
| 381 | 49 | Europe | 1. Under 20 | |
| 0 | 58 | Australia | 2. From 20 to 29 | |
| 794 | 354 | America | 1. Under 20 |
This file contains hidden or 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
| xx | yy | |
|---|---|---|
| 18283 | 372 | |
| 18290 | 2056 | |
| 18297 | 5755 | |
| 18304 | 11324 | |
| 18311 | 16877 | |
| 18318 | 20603 | |
| 18325 | 25636 | |
| 18332 | 42298 | |
| 18339 | 93954 |
This file contains hidden or 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
| SELECT | |
| T0.`cte1_full_join_cte2__cte1_b1` AS `cte1_b1`, | |
| T0.`cte1_full_join_cte2__count_of_b1` AS `count_of_b1`, | |
| T0.`cte1_full_join_cte2__a2` AS `a2`, | |
| T0.`cte1_full_join_cte2__cte2_b1` AS `cte2_b1`, | |
| T0.`cte1_full_join_cte2__b2` AS `b2`, | |
| T0.`table_c__c1` AS `c1`, | |
| T0.`table_c__c2` AS `c2`, | |
| T3.`d1` AS `d1`, | |
| T3.`d2` AS `d2` |
This file contains hidden or 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
| module Lexer | |
| ANY = '*' | |
| SINGLE = '?' | |
| SPECIALS = [ANY, SINGLE] | |
| def self.parse(string) | |
| tokens = [] | |
| token = '' | |
| string.each_char do |char| |
This file contains hidden or 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
| Khi người ta đồng ý |
This file contains hidden or 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
| defmodule Solver do | |
| def solve_for(n) do | |
| ModServer.start_link(10) | |
| solve(n) | |
| end | |
| defp solve(0) do | |
| ModServer.done | |
| receive do: ({:result, result} -> result) | |
| end |
This file contains hidden or 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
| function yearDomain(data) { | |
| let min = d3.min(data, time) | |
| min = new Date(min.getFullYear() - 1, 10, 0) | |
| let max = d3.max(data, time) | |
| max = new Date(max.getFullYear() + 1, 1, 0) | |
| return [min, max] | |
| } |
This file contains hidden or 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
| begin | |
| require 'bundler/inline' | |
| rescue LoadError => e | |
| $stderr.puts 'Bundler version 1.10 or later is required. Please update your Bundler' | |
| raise e | |
| end | |
| gemfile(true) do | |
| gem 'rails', path: '/vagrant/rails' | |
| # gem 'rails', '~> 5.0.0' |
This file contains hidden or 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
| begin | |
| require 'bundler/inline' | |
| rescue LoadError => e | |
| $stderr.puts 'Bundler version 1.10 or later is required. Please update your Bundler' | |
| raise e | |
| end | |
| gemfile(true) do | |
| gem 'rails', '~> 5.0.0' | |
| gem 'sqlite3' |
This file contains hidden or 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
| <h1>Kéo cái này vào thanh bookmark(Ctrl+shift+B để hiện lên)</h1> | |
| <a href="javascript:document.querySelectorAll('.s-preload')[0].remove()">Xóa loader của xôi sáng</a> | |
| <h2>Lúc nào vào trang đó thấy lâu thì nhấn vô cái bookmark đó là đọc đc trang</h2> |
NewerOlder