We can make this file beautiful and searchable if this error is corrected: Unclosed quoted field in line 8.
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
"rank","name","isVIP","isFounder","isPlayer","isDnfEntry","playerDiff","vehicleName","stageTime","stageDiff","totalTime","totalDiff","nationality" | |
"1","catty7073","False","False","False","False","0","Ford Fiesta R2","06:05.135","--","02:51:26.167","--","eLngChinese" | |
"2","tetu235","False","False","False","False","0","Ford Fiesta R2","06:10.769","+00:05.634","02:52:07.471","+00:41.304","eLngJapanese" | |
"3","Tb654re","False","False","False","False","0","Ford Fiesta R2","06:09.992","+00:04.857","02:52:49.382","+01:23.215","eLngBritish" | |
"4","Suhoska78","False","False","False","False","0","Ford Fiesta R2","06:12.556","+00:07.421","02:55:19.715","+03:53.548","eLngFinnish" | |
"5","abrod520","False","False","False","False","0","Ford Fiesta R2","06:08.793","+00:03.658","02:55:56.866","+04:30.699","eLngAmerican" | |
"6","nioblue","False","False","False","False","0","Ford Fiesta R2","06:13.212","+00:08.077","02:56:30.854","+05:04.687","eLngAmerican" | |
"7","rms","False","False","False","False","0","Ford Fiesta R2","06:14.805","+00: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
The Smokey Mirror | |
Three thousand years ago, there was a human just like you and me who lived near a city surrounded by mountains. The human was studying to become a medicine man, to learn the knowledge of his ancestors, but he didn't completely agree with everything he was learning. In his heart, he felt there must be something more. | |
One day as he slept in a cave, he dreamed that he saw his own body sleeping. He came out of the cave on the night of the new moon. The sky was clear, and he could see millions of stars. Then something happened inside of him that transformed his life forever. He looked at his hands, he felt his body, and he heard his own voice say, "I am made of light; I am made of stars." | |
He looked at the stars again, and then he realized that it's not the stars that create light, but rather light that creates the stars. "Everything is made of light," he said, "and the space in-between isn't empty." And he knew that everything that exists is one living being, and that light is the messenger of |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
import android.content.Context | |
import android.hardware.SensorManager | |
import android.os.Bundle | |
import androidx.appcompat.app.AppCompatActivity | |
import com.squareup.seismic.ShakeDetector | |
import kotlinx.android.synthetic.main.activity_main.* | |
class MainActivity : AppCompatActivity(), ShakeDetector.Listener { | |
override fun onCreate(savedInstanceState: Bundle?) { |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
004 | Afghanistan | |
---|---|---|
008 | Albania | |
010 | Antarctica | |
012 | Algeria | |
016 | American Samoa | |
020 | Andorra | |
024 | Angola | |
028 | Antigua and Barbuda | |
031 | Azerbaijan | |
032 | Argentina |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
int switchState = 0; | |
int RED = 5; | |
int YELLOW = 4; | |
int GREEN = 3; | |
void setup() { | |
pinMode(RED, OUTPUT); | |
pinMode(YELLOW, OUTPUT); | |
pinMode(GREEN, OUTPUT); |