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
<?xml version='1.0' encoding='UTF-8'?> | |
<!DOCTYPE plist | |
PUBLIC '-//Apple Computer//DTD PLIST 1.0//EN' | |
'http://www.apple.com/DTDs/PropertyList-1.0.dtd'> | |
<plist version="1.0"> | |
<dict> | |
<key>name</key> | |
<string>SmPL</string> | |
<key>scopeName</key> | |
<string>source.smpl</string> |
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
#!/usr/bin/env python3 | |
""" | |
This is a tool for converting CSV files exported from TSI LogView into GPX format. | |
While LogView can export to GPX natively, the produced file has several downsides: | |
- It uses GPX version 1.1, which cannot be imported to Garmin BaseCamp program. | |
- It lacks waypoints. | |
- It lacks some other recorded data like speed or heading. |
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
{ | |
"nodes": { | |
"fenix": { | |
"inputs": { | |
"nixpkgs": [ | |
"nixpkgs" | |
], | |
"rust-analyzer-src": "rust-analyzer-src" | |
}, | |
"locked": { |
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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<title>Multiplier demo</title> | |
</head> | |
<body> | |
<div class="container"> | |
<h1>Contributte Form Multiplier</h1> | |
{form form} | |
<div n:multiplier="emails"> |
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
diff --git a/pam/gkr-pam-client.c b/pam/gkr-pam-client.c | |
index ebb7f798..b575dbbf 100644 | |
--- a/pam/gkr-pam-client.c | |
+++ b/pam/gkr-pam-client.c | |
@@ -59,7 +59,7 @@ | |
static int | |
check_peer_same_uid (struct passwd *pwd, | |
int sock) | |
-{ | |
+{syslog (GKR_LOG_INFO, "called %s", __func__); |
OlderNewer