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
| # rename uel encoded file to original from files start with '%' in current directory. | |
| for old in \%*; do new=$(echo $old | sed "s@+@ @g;s@%@\\\\x@g" | xargs -0 printf "%b"); mv -- "$old" "$new"; done |
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
| #!/bin/bash | |
| alias napp='xattr -cr' | |
| expapp() { | |
| if [ -z "$1" ]; then | |
| echo "usage: [sudo] exapp /Applications/Some.app" | |
| return 1 | |
| fi | |
| if [ "$EUID" -ne 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
| <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:moz="http://www.mozilla.org/2006/browser/search/"> | |
| <ShortName>Google NCR Search</ShortName> | |
| <Description>Google NCR Search</Description> | |
| <InputEncoding>UTF-8</InputEncoding> | |
| <Image width="32" height="32" type="image/png">data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAEHklEQVRYhb2WXWwUVRTH56XBotQn33wQBXlTov3gQWtErKB9IGkptPYBxYox6INRa0LQQELRYqEJ8NAPLMQ0bCuBVqzQZhGpH91YJGYJaYMW0O1XZnb6xc7u7Nxz9u+D203vzGx3tlZPcl723j2///m4d66ieDRd1/OIqIqIWolokJl1ZraSHiaiweRapa7reV7jZjTTNNcRURszx+DRmDlKRCdN01y7ZDCAlUKIBmYmr2AXIUIIcTgUCuVmm/XjzHxzqWAXIUHTNNd4gluW9RQza26BaHwURvsXmHn/bYS3bYZasgHqi0UIl5Vg+r23YJxuBo3+lU6ECmC9l8wdcJoYw+z+j6BuKoT6QsHivqkQs598CJoYcxWRthKTk5P3u5U91tcD7ZXizGCba6XPwbzS59oO15kQQjTYNxtnTmUNXuhz9ftd2yGEqLeXfp192mN9PWkDT9VUItJyDLFvziHWcx6RluOYerNKhh+pAxKJdPMgpFYQUZvU8/FRaC8/6wDr1VsRvxZwDQoA8cEBhHeU4t7xz9PuSTGIWhVFURQAD9ovmUjjOw749J7XkJibyxg4YUQy7gEAZjY0TVulEFGVFCA6AtG7ArO1j6Tg4W2bwTNTngJnY0S0XSGiVknZnToIfw6EPwf |
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
| http://ready.to/search/en/?sna=Google%20Global&prf=https%3A%2F%2Fencrypted.google.com%2Fsearch%3Fgl%3Dus%26amp%3Bhl%3Dko%26amp%3Bq%3D&opt=%26lt%3Bsite%26gt%3Bhttps%3A%2F%2Fencrypted.google.com%2F%3Fgl%3Dus%26amp%3Bhl%3Dko%26lt%3B%2Fsite%26gt%3B&img=R0lGODlhEAAQAPcAAABjpQCExgghOQgxYwg5cwhKhAhSjBAxShA5WhBCaxghIRhCcxhKcxhSexhanCEYGCEYOSFCYyFShCFjjCFjlCkpKSlrrSl7tSmczjEpQjk5Sjl7nDmczkIYEEIpMUIxSkJCWkJSSkJznEohIUo5OUpCUkpSY0pja0pjc1IhMVKUvVpzc1ql1mOElGOUtWs5KWtra2trhGtzWmtzjGucvXNCKXNKMXNjc3sQEHtzc3u91oRaKYSEjISMnIxzhJQQAJQxKZRKIZRKMZSMY5SMnJSUjJxze5yltaUQCKVrMaVrY6Wtta0hCK1SGK2MY62tpa21vbVjIbWttb0xCL05GL2MUr2cnL21tcZCEMZrKcZzUsZ7Kca9vc5KEM5aIc5aKc5zGM6EOdZaENZjKdZjMdbGa95jGN5rEN5zGN57Kd6ESt6EUt6cMd6cQud7GOd7IeeEIeeEKeeMIeeMKeeUKeeUMeeUQuecMeelMeetOe97GO+EKe+MOe+cMe+cUu+1Oe+9Su+9lPfGQvfGSvfWWv+tQv/OQv/OSv/OUv/WWv/WY//eY///AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// |
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
| /* | |
| * Iropke Batang (Korean) | |
| * http://font.iropke.com/batang/ | |
| */ | |
| @font-face { | |
| font-family: 'Iropke Batang'; | |
| font-style: normal; | |
| font-weight: 400; | |
| src: url(https://cdn.rawgit.com/iropke/font-iropke-batang/b8f2ad27/IropkeBatangM.eot); | |
| src: url(https://cdn.rawgit.com/iropke/font-iropke-batang/b8f2ad27/IropkeBatangM.eot?#iefix) format('embedded-opentype'), |
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
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Threading.Tasks; | |
| using Microsoft.AspNet.Builder; | |
| using Microsoft.AspNet.Hosting; | |
| using Microsoft.Extensions.Configuration; | |
| using Microsoft.Extensions.DependencyInjection; | |
| using Microsoft.Extensions.Logging; |
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
| using System; | |
| using System.Collections.Generic; | |
| using System.Configuration; | |
| using System.Linq; | |
| using System.Reflection; | |
| using CustomerWanso.Defined; | |
| using Nancy; | |
| using Nancy.Conventions; |
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
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.IO; | |
| using System.Reflection; | |
| using System.Text; | |
| using System.Web; | |
| using CustomerWanso.Defined; |
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
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.IO; | |
| using System.Reflection; | |
| using System.Text; | |
| using System.Web; | |
| using CustomerWanso.Defined; |
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
| using System; | |
| using System.Configuration; | |
| using System.Collections.Generic; | |
| using System.Data.Common; | |
| using System.Linq; | |
| using System.IO; | |
| using System.Reflection; | |
| using System.Web; | |
| using FirebirdSql.Data.FirebirdClient; |
NewerOlder