democracy 0.0.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of democracy might be problematic. Click here for more details.
- checksums.yaml +7 -0
- data/LIBERTY +310 -0
- data/README +310 -0
- data/README2 +14 -0
- data/READ_THIS_TO_CHANGE_THINGS +310 -0
- data/Resume.pdf +0 -0
- data/Ruby Installer.exe +0 -0
- data/VERSION_NUMBER +1 -0
- data/WE_NEEDNT_BE_ENSLAVED +310 -0
- data/_.html +460 -0
- data/__index.html +11 -0
- data/a.html +21 -0
- data/ac +73 -0
- data/all_code.cpp +280 -0
- data/all_code.js +30 -0
- data/app_topics +93 -0
- data/background.jpg +0 -0
- data/better_string +26 -0
- data/bin/abs +0 -0
- data/bin/ac +34 -0
- data/bin/add +0 -0
- data/bin/append +14 -0
- data/bin/args +0 -0
- data/bin/autorequire +85 -0
- data/bin/big_num +155 -0
- data/bin/black +0 -0
- data/bin/blue +0 -0
- data/bin/bold +0 -0
- data/bin/c_repl +76 -0
- data/bin/close +3 -0
- data/bin/copy +0 -0
- data/bin/count +0 -0
- data/bin/cpy +0 -0
- data/bin/cyan +0 -0
- data/bin/democracyinstall.exe +0 -0
- data/bin/div +0 -0
- data/bin/down_all_links +50 -0
- data/bin/dump +0 -0
- data/bin/email +127 -0
- data/bin/emerald-browser +0 -0
- data/bin/emoji +176 -0
- data/bin/executable +1 -0
- data/bin/exp +0 -0
- data/bin/files +0 -0
- data/bin/floor +0 -0
- data/bin/foreach +49 -0
- data/bin/g+ +557 -0
- data/bin/get_all_links +11 -0
- data/bin/github +55 -0
- data/bin/green +0 -0
- data/bin/gsearch +159 -0
- data/bin/gsub +0 -0
- data/bin/gsub_in_place +0 -0
- data/bin/last_nth +0 -0
- data/bin/lines +0 -0
- data/bin/magenta +0 -0
- data/bin/mkfile +47 -0
- data/bin/mul +0 -0
- data/bin/nth +0 -0
- data/bin/open +0 -0
- data/bin/play +0 -0
- data/bin/prepend +14 -0
- data/bin/processes +3 -0
- data/bin/qt_download +21 -0
- data/bin/record +121 -0
- data/bin/red +0 -0
- data/bin/replace_in_place +0 -0
- data/bin/replace_not_in_place +0 -0
- data/bin/selectlines +0 -0
- data/bin/sort_in_place +0 -0
- data/bin/splitfiles +16 -0
- data/bin/squeeze +17 -0
- data/bin/string +161 -0
- data/bin/strip_extensions +13 -0
- data/bin/sub +0 -0
- data/bin/t +63 -0
- data/bin/tracefile +555 -0
- data/bin/underline +0 -0
- data/bin/undump +0 -0
- data/bin/viu +0 -0
- data/bin/white +0 -0
- data/bin/yellow +0 -0
- data/bin/youtube_video +45 -0
- data/bin/youtube_video2 +45 -0
- data/code.js +28490 -0
- data/crystal-gobject/.git/HEAD +1 -0
- data/crystal-gobject/.git/config +11 -0
- data/crystal-gobject/.git/description +1 -0
- data/crystal-gobject/.git/hooks/applypatch-msg.sample +15 -0
- data/crystal-gobject/.git/hooks/commit-msg.sample +24 -0
- data/crystal-gobject/.git/hooks/fsmonitor-watchman.sample +109 -0
- data/crystal-gobject/.git/hooks/post-update.sample +8 -0
- data/crystal-gobject/.git/hooks/pre-applypatch.sample +14 -0
- data/crystal-gobject/.git/hooks/pre-commit.sample +49 -0
- data/crystal-gobject/.git/hooks/pre-merge-commit.sample +13 -0
- data/crystal-gobject/.git/hooks/pre-push.sample +53 -0
- data/crystal-gobject/.git/hooks/pre-rebase.sample +169 -0
- data/crystal-gobject/.git/hooks/pre-receive.sample +24 -0
- data/crystal-gobject/.git/hooks/prepare-commit-msg.sample +42 -0
- data/crystal-gobject/.git/hooks/update.sample +128 -0
- data/crystal-gobject/.git/index +0 -0
- data/crystal-gobject/.git/info/exclude +6 -0
- data/crystal-gobject/.git/logs/HEAD +1 -0
- data/crystal-gobject/.git/logs/refs/heads/main +1 -0
- data/crystal-gobject/.git/logs/refs/remotes/origin/HEAD +1 -0
- data/crystal-gobject/.git/objects/pack/pack-c21cfd88c6eef3076f2c2aebb658b750e87e10b6.idx +0 -0
- data/crystal-gobject/.git/objects/pack/pack-c21cfd88c6eef3076f2c2aebb658b750e87e10b6.pack +0 -0
- data/crystal-gobject/.git/packed-refs +15 -0
- data/crystal-gobject/.git/refs/heads/main +1 -0
- data/crystal-gobject/.git/refs/remotes/origin/HEAD +1 -0
- data/crystal-gobject/.github/workflows/ci.yml +22 -0
- data/crystal-gobject/.gitignore +14 -0
- data/crystal-gobject/LICENSE +27 -0
- data/crystal-gobject/README.md +143 -0
- data/crystal-gobject/samples/base_class_container.cr +15 -0
- data/crystal-gobject/samples/connect_after.cr +35 -0
- data/crystal-gobject/samples/crout/crout.cr +59 -0
- data/crystal-gobject/samples/e +0 -0
- data/crystal-gobject/samples/gdk_window.cr +36 -0
- data/crystal-gobject/samples/glist.cr +16 -0
- data/crystal-gobject/samples/greeter.cr +34 -0
- data/crystal-gobject/samples/greeter.glade +91 -0
- data/crystal-gobject/samples/gtk_accel_group.cr +13 -0
- data/crystal-gobject/samples/gtk_application.cr +12 -0
- data/crystal-gobject/samples/gtk_boxes.cr +44 -0
- data/crystal-gobject/samples/gtk_css_styling/css_window.cr +37 -0
- data/crystal-gobject/samples/gtk_css_styling/css_window.css +3 -0
- data/crystal-gobject/samples/gtk_css_styling/css_window.glade +104 -0
- data/crystal-gobject/samples/gtk_editable.cr +14 -0
- data/crystal-gobject/samples/gtk_entry.cr +10 -0
- data/crystal-gobject/samples/gtk_hello_world.cr +13 -0
- data/crystal-gobject/samples/gtk_menu_and_actions.cr +69 -0
- data/crystal-gobject/samples/gtk_message_dialog.cr +9 -0
- data/crystal-gobject/samples/gtk_subclasses.cr +30 -0
- data/crystal-gobject/samples/gtk_tree_view.cr +30 -0
- data/crystal-gobject/samples/gtk_tree_view.glade +44 -0
- data/crystal-gobject/samples/hello +0 -0
- data/crystal-gobject/samples/libgdk-3.a +0 -0
- data/crystal-gobject/samples/libgdk_pixbuf-2.0.a +0 -0
- data/crystal-gobject/samples/libgtk-3.a +0 -0
- data/crystal-gobject/samples/timeout.cr +34 -0
- data/crystal-gobject/script/ci.sh +17 -0
- data/crystal-gobject/script/release.sh +31 -0
- data/crystal-gobject/script/run_with_timeout.cr +14 -0
- data/crystal-gobject/script/test +7 -0
- data/crystal-gobject/shard.yml +16 -0
- data/crystal-gobject/spec/basic_spec.cr +46 -0
- data/crystal-gobject/spec/libsample/Makefile +28 -0
- data/crystal-gobject/spec/libsample/test-subject.c +107 -0
- data/crystal-gobject/spec/libsample/test-subject.h +65 -0
- data/crystal-gobject/spec/spec_helper.cr +5 -0
- data/crystal-gobject/src/atk/atk.cr +2 -0
- data/crystal-gobject/src/closure_data_manager.cr +62 -0
- data/crystal-gobject/src/crout.cr +601 -0
- data/crystal-gobject/src/g_i_repository/dumper.cr +116 -0
- data/crystal-gobject/src/g_i_repository/g_i_repository.cr +46 -0
- data/crystal-gobject/src/g_i_repository/info/arg_info.cr +157 -0
- data/crystal-gobject/src/g_i_repository/info/base_info.cr +169 -0
- data/crystal-gobject/src/g_i_repository/info/callable_info.cr +266 -0
- data/crystal-gobject/src/g_i_repository/info/callback_info.cr +54 -0
- data/crystal-gobject/src/g_i_repository/info/constant_info.cr +115 -0
- data/crystal-gobject/src/g_i_repository/info/enum_info.cr +88 -0
- data/crystal-gobject/src/g_i_repository/info/field_info.cr +97 -0
- data/crystal-gobject/src/g_i_repository/info/function_info.cr +237 -0
- data/crystal-gobject/src/g_i_repository/info/interface_info.cr +97 -0
- data/crystal-gobject/src/g_i_repository/info/object_info.cr +170 -0
- data/crystal-gobject/src/g_i_repository/info/property_info.cr +93 -0
- data/crystal-gobject/src/g_i_repository/info/registered_type_info.cr +62 -0
- data/crystal-gobject/src/g_i_repository/info/signal_info.cr +119 -0
- data/crystal-gobject/src/g_i_repository/info/struct_info.cr +139 -0
- data/crystal-gobject/src/g_i_repository/info/type_info.cr +326 -0
- data/crystal-gobject/src/g_i_repository/info/union_info.cr +136 -0
- data/crystal-gobject/src/g_i_repository/info/v_func_info.cr +33 -0
- data/crystal-gobject/src/g_i_repository/info/value_info.cr +62 -0
- data/crystal-gobject/src/g_i_repository/repository.cr +68 -0
- data/crystal-gobject/src/g_i_repository/wrapper_generator.cr +103 -0
- data/crystal-gobject/src/g_lib/error.cr +34 -0
- data/crystal-gobject/src/g_lib/g_lib.cr +81 -0
- data/crystal-gobject/src/g_lib/list_iterator.cr +81 -0
- data/crystal-gobject/src/g_lib/s_list_iterator.cr +54 -0
- data/crystal-gobject/src/g_object/closure.cr +40 -0
- data/crystal-gobject/src/g_object/g_object.cr +7 -0
- data/crystal-gobject/src/g_object/module_functions.cr +38 -0
- data/crystal-gobject/src/g_object/object.cr +104 -0
- data/crystal-gobject/src/g_object/type.cr +68 -0
- data/crystal-gobject/src/g_object/value.cr +308 -0
- data/crystal-gobject/src/gdk/event.cr +34 -0
- data/crystal-gobject/src/gdk/gdk.cr +35 -0
- data/crystal-gobject/src/generated/g_i_repository/argument.cr +130 -0
- data/crystal-gobject/src/generated/g_i_repository/array_type.cr +34 -0
- data/crystal-gobject/src/generated/g_i_repository/attribute_iter.cr +65 -0
- data/crystal-gobject/src/generated/g_i_repository/base_info.cr +134 -0
- data/crystal-gobject/src/generated/g_i_repository/direction.cr +33 -0
- data/crystal-gobject/src/generated/g_i_repository/field_info_flags.cr +34 -0
- data/crystal-gobject/src/generated/g_i_repository/function_info_flags.cr +38 -0
- data/crystal-gobject/src/generated/g_i_repository/g_i_repository.cr +7 -0
- data/crystal-gobject/src/generated/g_i_repository/info_type.cr +50 -0
- data/crystal-gobject/src/generated/g_i_repository/module_functions.cr +816 -0
- data/crystal-gobject/src/generated/g_i_repository/repository.cr +214 -0
- data/crystal-gobject/src/generated/g_i_repository/repository_class.cr +55 -0
- data/crystal-gobject/src/generated/g_i_repository/repository_error.cr +34 -0
- data/crystal-gobject/src/generated/g_i_repository/repository_load_flags.cr +33 -0
- data/crystal-gobject/src/generated/g_i_repository/repository_private.cr +46 -0
- data/crystal-gobject/src/generated/g_i_repository/scope_type.cr +34 -0
- data/crystal-gobject/src/generated/g_i_repository/transfer.cr +33 -0
- data/crystal-gobject/src/generated/g_i_repository/type_tag.cr +52 -0
- data/crystal-gobject/src/generated/g_i_repository/typelib.cr +61 -0
- data/crystal-gobject/src/generated/g_i_repository/unresolved_info.cr +45 -0
- data/crystal-gobject/src/generated/g_i_repository/v_func_info_flags.cr +36 -0
- data/crystal-gobject/src/generated/g_object/param_flags.cr +44 -0
- data/crystal-gobject/src/generated/g_object/signal_flags.cr +42 -0
- data/crystal-gobject/src/generated/lib_g_i_repository.cr +302 -0
- data/crystal-gobject/src/generated/lib_g_lib.cr +2261 -0
- data/crystal-gobject/src/generated/lib_g_object.cr +874 -0
- data/crystal-gobject/src/generator/build_namespace.cr +22 -0
- data/crystal-gobject/src/generator/doc.cr +259 -0
- data/crystal-gobject/src/generator/dump.cr +55 -0
- data/crystal-gobject/src/generator/generator.cr +22 -0
- data/crystal-gobject/src/generator/namespace.cr +192 -0
- data/crystal-gobject/src/generator/stage2.cr +113 -0
- data/crystal-gobject/src/generator/stage3.cr +3 -0
- data/crystal-gobject/src/gio/gio.cr +4 -0
- data/crystal-gobject/src/gobject.cr +54 -0
- data/crystal-gobject/src/gtk/autorun.cr +16 -0
- data/crystal-gobject/src/gtk/gtk.cr +61 -0
- data/crystal-gobject/src/notify/notification.cr +158 -0
- data/crystal-gobject/src/notify/notify.cr +4 -0
- data/crystal-gobject/src/pointer_iterator.cr +49 -0
- data/crystal-gobject/src/wrapped_type.cr +53 -0
- data/democracy.gemspec +14 -0
- data/dictate +183 -0
- data/emerald-browser/.qmake.stash +23 -0
- data/emerald-browser/Makefile +469 -0
- data/emerald-browser/OUT +90 -0
- data/emerald-browser/a.out +0 -0
- data/emerald-browser/empty +0 -0
- data/emerald-browser/empty.c +1 -0
- data/emerald-browser/open +0 -0
- data/emerald-browser/open.c +57 -0
- data/emerald-browser/qmake.pro +23 -0
- data/emerald-browser/src/OUT +438 -0
- data/emerald-browser/src/a.cpp +303 -0
- data/emerald-browser/src/a.out +0 -0
- data/emerald-browser/src/ss.h +12 -0
- data/emerald-browser/src/t/fullscreennotification.cpp +98 -0
- data/emerald-browser/src/t/fullscreennotification.h +72 -0
- data/emerald-browser/src/t/fullscreenwindow.cpp +99 -0
- data/emerald-browser/src/t/fullscreenwindow.h +76 -0
- data/emerald-browser/src/t/main.cpp +64 -0
- data/emerald-browser/src/t/mainwindow.cpp +83 -0
- data/emerald-browser/src/t/mainwindow.h +75 -0
- data/emerald-browser/test/a.cpp +2 -0
- data/f +0 -0
- data/faster_googler +31 -0
- data/favicon.ico +0 -0
- data/foo +80 -0
- data/foo.c +39 -0
- data/foo.cpp +36 -0
- data/foo.js +25 -0
- data/free_icons/site/bulb +0 -0
- data/free_icons/site/chess +0 -0
- data/free_icons/site/compiz.svg +463 -0
- data/free_icons/site/cursor.svg +1 -0
- data/free_icons/site/dock +0 -0
- data/free_icons/site/gnu +0 -0
- data/free_icons/site/info.svg +200 -0
- data/free_icons/site/iphone.svg +222 -0
- data/free_icons/site/laptop +0 -0
- data/free_icons/site/magic.svg +856 -0
- data/free_icons/site/man +0 -0
- data/free_icons/site/mint +0 -0
- data/free_icons/site/mouse +0 -0
- data/free_icons/site/paint.svg +2640 -0
- data/free_icons/site/present +0 -0
- data/free_icons/site/python +0 -0
- data/free_icons/site/reality +0 -0
- data/free_icons/site/ruby +0 -0
- data/free_icons/site/skeptic +0 -0
- data/free_icons/site/terminal +0 -0
- data/free_icons/site/video.svg +358 -0
- data/free_icons/site/warning +0 -0
- data/free_icons/site/wikipedia.svg +553 -0
- data/free_icons/site/write.svg +287 -0
- data/g +0 -0
- data/graphical_help.c +6 -0
- data/gregory_coreutils/DOC +14 -0
- data/gregory_coreutils/build/Makefile +12 -0
- data/gregory_coreutils/build/code +1 -0
- data/gregory_coreutils/build/functions +465 -0
- data/gregory_coreutils/build/make +93 -0
- data/gregory_coreutils/build/mk +74 -0
- data/gregory_coreutils/build/regex +2 -0
- data/gregory_coreutils/build/ruby_functions +0 -0
- data/gregory_coreutils/utilities/abs +0 -0
- data/gregory_coreutils/utilities/add +0 -0
- data/gregory_coreutils/utilities/args +0 -0
- data/gregory_coreutils/utilities/black +0 -0
- data/gregory_coreutils/utilities/blue +0 -0
- data/gregory_coreutils/utilities/bold +0 -0
- data/gregory_coreutils/utilities/copy +0 -0
- data/gregory_coreutils/utilities/count +0 -0
- data/gregory_coreutils/utilities/cpy +0 -0
- data/gregory_coreutils/utilities/cyan +0 -0
- data/gregory_coreutils/utilities/div +0 -0
- data/gregory_coreutils/utilities/dump +0 -0
- data/gregory_coreutils/utilities/exp +0 -0
- data/gregory_coreutils/utilities/files +0 -0
- data/gregory_coreutils/utilities/floor +0 -0
- data/gregory_coreutils/utilities/green +0 -0
- data/gregory_coreutils/utilities/gsub +0 -0
- data/gregory_coreutils/utilities/gsub_in_place +0 -0
- data/gregory_coreutils/utilities/last_nth +0 -0
- data/gregory_coreutils/utilities/lines +0 -0
- data/gregory_coreutils/utilities/magenta +0 -0
- data/gregory_coreutils/utilities/mul +0 -0
- data/gregory_coreutils/utilities/nth +0 -0
- data/gregory_coreutils/utilities/red +0 -0
- data/gregory_coreutils/utilities/replace_in_place +0 -0
- data/gregory_coreutils/utilities/replace_not_in_place +0 -0
- data/gregory_coreutils/utilities/selectlines +0 -0
- data/gregory_coreutils/utilities/sort_in_place +0 -0
- data/gregory_coreutils/utilities/sub +0 -0
- data/gregory_coreutils/utilities/underline +0 -0
- data/gregory_coreutils/utilities/undump +0 -0
- data/gregory_coreutils/utilities/white +0 -0
- data/gregory_coreutils/utilities/yellow +0 -0
- data/gtk +3 -0
- data/html_file +0 -0
- data/html_file.html +92 -0
- data/i +181 -0
- data/index.html +38 -0
- data/index2.html +344 -0
- data/inspect.rb +209 -0
- data/lib/README +310 -0
- data/lib/__index.html +11 -0
- data/lib/because.rb +41 -0
- data/lib/code.js +28490 -0
- data/lib/compile +5 -0
- data/lib/conjunction.rb +49 -0
- data/lib/evidence.rb +45 -0
- data/lib/graphical_help +90 -0
- data/lib/however.rb +42 -0
- data/lib/index.html +49 -0
- data/lib/index2.html +344 -0
- data/lib/inputreceiver.rb +135 -0
- data/lib/item.rb +77 -0
- data/lib/itemlist.rb +50 -0
- data/lib/negative.rb +43 -0
- data/lib/neutral.rb +43 -0
- data/lib/outputter.rb +60 -0
- data/lib/p.rb +71 -0
- data/lib/positive.rb +41 -0
- data/lib/script.js +423 -0
- data/lib/string__.rb +110 -0
- data/lib/sub/file +5 -0
- data/man/foo.rb +6 -0
- data/man/gtk.html +1 -0
- data/man/out +7288 -0
- data/more/ac.desktop +12 -0
- data/more/res +1 -0
- data/more/web-speech-api/.git/HEAD +1 -0
- data/more/web-speech-api/.git/config +11 -0
- data/more/web-speech-api/.git/description +1 -0
- data/more/web-speech-api/.git/hooks/applypatch-msg.sample +15 -0
- data/more/web-speech-api/.git/hooks/commit-msg.sample +24 -0
- data/more/web-speech-api/.git/hooks/fsmonitor-watchman.sample +109 -0
- data/more/web-speech-api/.git/hooks/post-update.sample +8 -0
- data/more/web-speech-api/.git/hooks/pre-applypatch.sample +14 -0
- data/more/web-speech-api/.git/hooks/pre-commit.sample +49 -0
- data/more/web-speech-api/.git/hooks/pre-merge-commit.sample +13 -0
- data/more/web-speech-api/.git/hooks/pre-push.sample +53 -0
- data/more/web-speech-api/.git/hooks/pre-rebase.sample +169 -0
- data/more/web-speech-api/.git/hooks/pre-receive.sample +24 -0
- data/more/web-speech-api/.git/hooks/prepare-commit-msg.sample +42 -0
- data/more/web-speech-api/.git/hooks/update.sample +128 -0
- data/more/web-speech-api/.git/index +0 -0
- data/more/web-speech-api/.git/info/exclude +6 -0
- data/more/web-speech-api/.git/logs/HEAD +1 -0
- data/more/web-speech-api/.git/logs/refs/heads/master +1 -0
- data/more/web-speech-api/.git/logs/refs/remotes/origin/HEAD +1 -0
- data/more/web-speech-api/.git/objects/pack/pack-4d2adae000c513b287d53e24937e9e836954f901.idx +0 -0
- data/more/web-speech-api/.git/objects/pack/pack-4d2adae000c513b287d53e24937e9e836954f901.pack +0 -0
- data/more/web-speech-api/.git/packed-refs +2 -0
- data/more/web-speech-api/.git/refs/heads/master +1 -0
- data/more/web-speech-api/.git/refs/remotes/origin/HEAD +1 -0
- data/more/web-speech-api/CODE_OF_CONDUCT.md +15 -0
- data/more/web-speech-api/LICENSE +116 -0
- data/more/web-speech-api/README.md +23 -0
- data/more/web-speech-api/index.html +25 -0
- data/more/web-speech-api/phrase-matcher/index.html +30 -0
- data/more/web-speech-api/phrase-matcher/script.js +124 -0
- data/more/web-speech-api/phrase-matcher/style.css +54 -0
- data/more/web-speech-api/speak-easy-synthesis/img/ws128.png +0 -0
- data/more/web-speech-api/speak-easy-synthesis/img/ws512.png +0 -0
- data/more/web-speech-api/speak-easy-synthesis/index.html +43 -0
- data/more/web-speech-api/speak-easy-synthesis/manifest.webapp +14 -0
- data/more/web-speech-api/speak-easy-synthesis/script.js +87 -0
- data/more/web-speech-api/speak-easy-synthesis/style.css +74 -0
- data/more/web-speech-api/speech-color-changer/img/ws128.png +0 -0
- data/more/web-speech-api/speech-color-changer/img/ws512.png +0 -0
- data/more/web-speech-api/speech-color-changer/index.html +26 -0
- data/more/web-speech-api/speech-color-changer/manifest.webapp +23 -0
- data/more/web-speech-api/speech-color-changer/script.js +58 -0
- data/more/web-speech-api/speech-color-changer/style.css +38 -0
- data/opensrc +68 -0
- data/out +39 -0
- data/playsrc +14 -0
- data/program.c +11 -0
- data/program.prog +568 -0
- data/proj/a +0 -0
- data/proj/a.c +1 -0
- data/proj/a.o +0 -0
- data/proj/a.rs +18 -0
- data/proj/b.rs +22 -0
- data/proj/linker.sh +8 -0
- data/proj/save_last +4 -0
- data/push +16 -0
- data/q.cpp +175 -0
- data/qt/.qmake.stash +23 -0
- data/qt/Qt5Core.dll +0 -0
- data/qt/Qt5Gui.dll +0 -0
- data/qt/Qt5Multimedia.dll +0 -0
- data/qt/Qt5MultimediaWidgets.dll +0 -0
- data/qt/Qt5Network.dll +0 -0
- data/qt/Qt5PrintSupport.dll +0 -0
- data/qt/Qt5Qml.dll +0 -0
- data/qt/Qt5QmlModels.dll +0 -0
- data/qt/Qt5Quick.dll +0 -0
- data/qt/Qt5Sensors.dll +0 -0
- data/qt/Qt5WebChannel.dll +0 -0
- data/qt/Qt5WebKit.dll +0 -0
- data/qt/Qt5WebKitWidgets.dll +0 -0
- data/qt/Qt5Widgets.dll +0 -0
- data/qt/a.cpp +39 -0
- data/qt/a.out +0 -0
- data/qt/a.sh +7 -0
- data/qt/icudt66.dll +0 -0
- data/qt/icuin66.dll +0 -0
- data/qt/icuuc66.dll +0 -0
- data/qt/libbz2.dll +0 -0
- data/qt/libcrypto-1_1-x64.dll +0 -0
- data/qt/libfreetype-6.dll +0 -0
- data/qt/libgcc_s_seh-1.dll +0 -0
- data/qt/libglib-2.0-0.dll +0 -0
- data/qt/libharfbuzz-0.dll +0 -0
- data/qt/libiconv-2.dll +0 -0
- data/qt/libintl-8.dll +0 -0
- data/qt/libjpeg-9.dll +0 -0
- data/qt/liblzma-5.dll +0 -0
- data/qt/libpcre-1.dll +0 -0
- data/qt/libpcre2-16-0.dll +0 -0
- data/qt/libpng16-16.dll +0 -0
- data/qt/libsqlite3-0.dll +0 -0
- data/qt/libssl-1_1-x64.dll +0 -0
- data/qt/libstdc++-6.dll +0 -0
- data/qt/libwebp-7.dll +0 -0
- data/qt/libwinpthread-1.dll +0 -0
- data/qt/libxml2-2.dll +0 -0
- data/qt/libxslt-1.dll +0 -0
- data/qt/libzstd.dll +0 -0
- data/qt/prog +1 -0
- data/qt/qwindows.dll +0 -0
- data/qt/zlib1.dll +0 -0
- data/quickjs/.git/HEAD +1 -0
- data/quickjs/.git/config +11 -0
- data/quickjs/.git/description +1 -0
- data/quickjs/.git/hooks/applypatch-msg.sample +15 -0
- data/quickjs/.git/hooks/commit-msg.sample +24 -0
- data/quickjs/.git/hooks/fsmonitor-watchman.sample +109 -0
- data/quickjs/.git/hooks/post-update.sample +8 -0
- data/quickjs/.git/hooks/pre-applypatch.sample +14 -0
- data/quickjs/.git/hooks/pre-commit.sample +49 -0
- data/quickjs/.git/hooks/pre-merge-commit.sample +13 -0
- data/quickjs/.git/hooks/pre-push.sample +53 -0
- data/quickjs/.git/hooks/pre-rebase.sample +169 -0
- data/quickjs/.git/hooks/pre-receive.sample +24 -0
- data/quickjs/.git/hooks/prepare-commit-msg.sample +42 -0
- data/quickjs/.git/hooks/update.sample +128 -0
- data/quickjs/.git/index +0 -0
- data/quickjs/.git/info/exclude +6 -0
- data/quickjs/.git/logs/HEAD +1 -0
- data/quickjs/.git/logs/refs/heads/master +1 -0
- data/quickjs/.git/logs/refs/remotes/origin/HEAD +1 -0
- data/quickjs/.git/objects/pack/pack-744a13dba8773a756b22372ba65ded3aca50cdeb.idx +0 -0
- data/quickjs/.git/objects/pack/pack-744a13dba8773a756b22372ba65ded3aca50cdeb.pack +0 -0
- data/quickjs/.git/packed-refs +2 -0
- data/quickjs/.git/refs/heads/master +1 -0
- data/quickjs/.git/refs/remotes/origin/HEAD +1 -0
- data/quickjs/.obj/.d +1 -0
- data/quickjs/.obj/cutils.nolto.o +0 -0
- data/quickjs/.obj/cutils.o +0 -0
- data/quickjs/.obj/cutils.o.d +1 -0
- data/quickjs/.obj/hello.o +0 -0
- data/quickjs/.obj/hello.o.d +1 -0
- data/quickjs/.obj/libbf.nolto.o +0 -0
- data/quickjs/.obj/libbf.o +0 -0
- data/quickjs/.obj/libbf.o.d +1 -0
- data/quickjs/.obj/libregexp.nolto.o +0 -0
- data/quickjs/.obj/libregexp.o +0 -0
- data/quickjs/.obj/libregexp.o.d +2 -0
- data/quickjs/.obj/libunicode.nolto.o +0 -0
- data/quickjs/.obj/libunicode.o +0 -0
- data/quickjs/.obj/libunicode.o.d +1 -0
- data/quickjs/.obj/qjs.check.o +0 -0
- data/quickjs/.obj/qjs.check.o.d +1 -0
- data/quickjs/.obj/qjs.o +0 -0
- data/quickjs/.obj/qjs.o.d +1 -0
- data/quickjs/.obj/qjsc.o +0 -0
- data/quickjs/.obj/qjsc.o.d +1 -0
- data/quickjs/.obj/qjscalc.o +0 -0
- data/quickjs/.obj/qjscalc.o.d +1 -0
- data/quickjs/.obj/quickjs-libc.nolto.o +0 -0
- data/quickjs/.obj/quickjs-libc.o +0 -0
- data/quickjs/.obj/quickjs-libc.o.d +2 -0
- data/quickjs/.obj/quickjs.check.o +0 -0
- data/quickjs/.obj/quickjs.check.o.d +2 -0
- data/quickjs/.obj/quickjs.nolto.o +0 -0
- data/quickjs/.obj/quickjs.o +0 -0
- data/quickjs/.obj/quickjs.o.d +2 -0
- data/quickjs/.obj/repl.o +0 -0
- data/quickjs/.obj/repl.o.d +1 -0
- data/quickjs/.obj/run-test262.o +0 -0
- data/quickjs/.obj/run-test262.o.d +2 -0
- data/quickjs/COMPILE_WIN +1 -0
- data/quickjs/Changelog +148 -0
- data/quickjs/LICENSE +22 -0
- data/quickjs/Makefile +470 -0
- data/quickjs/TODO +70 -0
- data/quickjs/VERSION +1 -0
- data/quickjs/a.c +50038 -0
- data/quickjs/a.js +26075 -0
- data/quickjs/a.rb +3 -0
- data/quickjs/cutils.c +631 -0
- data/quickjs/cutils.h +297 -0
- data/quickjs/doc/jsbignum.texi +589 -0
- data/quickjs/doc/quickjs.texi +1097 -0
- data/quickjs/examples/fib.c +72 -0
- data/quickjs/examples/fib_module.js +10 -0
- data/quickjs/examples/hello +0 -0
- data/quickjs/examples/hello.js +1 -0
- data/quickjs/examples/hello_module.js +6 -0
- data/quickjs/examples/pi_bigdecimal.js +68 -0
- data/quickjs/examples/pi_bigfloat.js +66 -0
- data/quickjs/examples/pi_bigint.js +118 -0
- data/quickjs/examples/point.c +151 -0
- data/quickjs/examples/test_fib.js +6 -0
- data/quickjs/examples/test_point.js +40 -0
- data/quickjs/hello.c +44 -0
- data/quickjs/libbf.c +8466 -0
- data/quickjs/libbf.h +535 -0
- data/quickjs/libquickjs.a +0 -0
- data/quickjs/libquickjs.lto.a +0 -0
- data/quickjs/libregexp-opcode.h +58 -0
- data/quickjs/libregexp.c +2610 -0
- data/quickjs/libregexp.h +92 -0
- data/quickjs/libunicode-table.h +4368 -0
- data/quickjs/libunicode.c +1556 -0
- data/quickjs/libunicode.h +124 -0
- data/quickjs/libwinpthread-1.dll +0 -0
- data/quickjs/list.h +100 -0
- data/quickjs/out.c +24 -0
- data/quickjs/out55.c +59 -0
- data/quickjs/out56.c +79 -0
- data/quickjs/out57.c +24 -0
- data/quickjs/out58.c +4 -0
- data/quickjs/p.exe +0 -0
- data/quickjs/qjs +0 -0
- data/quickjs/qjs.c +570 -0
- data/quickjs/qjsc +0 -0
- data/quickjs/qjsc.c +762 -0
- data/quickjs/qjsc.exe +0 -0
- data/quickjs/qjscalc.c +4005 -0
- data/quickjs/qjscalc.js +2657 -0
- data/quickjs/quickjs-atom.h +273 -0
- data/quickjs/quickjs-libc.c +3927 -0
- data/quickjs/quickjs-libc.h +59 -0
- data/quickjs/quickjs-opcode.h +365 -0
- data/quickjs/quickjs.c +54036 -0
- data/quickjs/quickjs.h +1049 -0
- data/quickjs/readme.txt +1 -0
- data/quickjs/release.sh +158 -0
- data/quickjs/repl.c +2020 -0
- data/quickjs/repl.js +1566 -0
- data/quickjs/run-test262 +0 -0
- data/quickjs/run-test262.c +2107 -0
- data/quickjs/test262.conf +199 -0
- data/quickjs/test262_errors.txt +35 -0
- data/quickjs/test262o.conf +410 -0
- data/quickjs/test262o_errors.txt +0 -0
- data/quickjs/tests/bjson.c +96 -0
- data/quickjs/tests/microbench.js +1065 -0
- data/quickjs/tests/test262.patch +71 -0
- data/quickjs/tests/test_bignum.js +326 -0
- data/quickjs/tests/test_bjson.js +191 -0
- data/quickjs/tests/test_builtin.js +685 -0
- data/quickjs/tests/test_closure.js +221 -0
- data/quickjs/tests/test_language.js +547 -0
- data/quickjs/tests/test_loop.js +368 -0
- data/quickjs/tests/test_op_overloading.js +207 -0
- data/quickjs/tests/test_qjscalc.js +256 -0
- data/quickjs/tests/test_std.js +281 -0
- data/quickjs/tests/test_worker.js +62 -0
- data/quickjs/tests/test_worker_module.js +31 -0
- data/quickjs/unicode_download.sh +19 -0
- data/quickjs/unicode_gen.c +3057 -0
- data/quickjs/unicode_gen_def.h +284 -0
- data/readline +3 -0
- data/rm_com +1 -0
- data/run.sh +13 -0
- data/scaling +6 -0
- data/script.js +572 -0
- data/server_creator/__ +307 -0
- data/server_creator/a/a (1).tar.gz +0 -0
- data/server_creator/a/a.out +0 -0
- data/server_creator/a/hello_world +0 -0
- data/server_creator/a/help +57 -0
- data/server_creator/a/main_v1.cpp +83 -0
- data/server_creator/a/my_libs_gregory/.deps +0 -0
- data/server_creator/a/my_libs_gregory/.libs/mod_my_libs_gregory.lai +41 -0
- data/server_creator/a/my_libs_gregory/.libs/mod_my_libs_gregory.o +0 -0
- data/server_creator/a/my_libs_gregory/.libs/mod_my_libs_gregory.so +0 -0
- data/server_creator/a/my_libs_gregory/mod_my_libs_gregory.c +72 -0
- data/server_creator/a/my_libs_gregory/mod_my_libs_gregory.la +41 -0
- data/server_creator/a/my_libs_gregory/mod_my_libs_gregory.lo +12 -0
- data/server_creator/a/my_libs_gregory/mod_my_libs_gregory.slo +0 -0
- data/server_creator/a/nginx.conf +32 -0
- data/server_creator/a/six +1 -0
- data/server_creator/a.out +0 -0
- data/server_creator/all_code.cpp +448 -0
- data/server_creator/all_code.js +27 -0
- data/server_creator/code +510 -0
- data/server_creator/make_application +64 -0
- data/server_creator/prog.cpp +33 -0
- data/server_creator/prog.js +22 -0
- data/server_creator/program.js +745 -0
- data/server_creator/rm_com +1 -0
- data/server_creator/test.sh +82 -0
- data/speakcat.rb +9 -0
- data/string +48 -0
- data/super_trans +83 -0
- data/test.sh +21 -0
- data/todo +8 -0
- data/version_decrement +3 -0
- data/viu_license +21 -0
- data/windows/program.c +21 -0
- data/windows/program.exe +0 -0
- metadata +759 -0
|
@@ -0,0 +1,463 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
+
|
|
4
|
+
<svg
|
|
5
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
6
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
7
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
8
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
9
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
11
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
12
|
+
version="1.0"
|
|
13
|
+
width="96"
|
|
14
|
+
height="96"
|
|
15
|
+
id="svg2408">
|
|
16
|
+
<defs
|
|
17
|
+
id="defs2410">
|
|
18
|
+
<linearGradient
|
|
19
|
+
id="linearGradient3656">
|
|
20
|
+
<stop
|
|
21
|
+
id="stop3658"
|
|
22
|
+
style="stop-color:#0b70aa;stop-opacity:1"
|
|
23
|
+
offset="0" />
|
|
24
|
+
<stop
|
|
25
|
+
id="stop3660"
|
|
26
|
+
style="stop-color:#0b70aa;stop-opacity:0"
|
|
27
|
+
offset="1" />
|
|
28
|
+
</linearGradient>
|
|
29
|
+
<linearGradient
|
|
30
|
+
x1="45.447727"
|
|
31
|
+
y1="92.539597"
|
|
32
|
+
x2="45.447727"
|
|
33
|
+
y2="7.0165396"
|
|
34
|
+
id="ButtonShadow"
|
|
35
|
+
gradientUnits="userSpaceOnUse"
|
|
36
|
+
gradientTransform="scale(1.0058652,0.994169)">
|
|
37
|
+
<stop
|
|
38
|
+
id="stop3750"
|
|
39
|
+
style="stop-color:#000000;stop-opacity:1"
|
|
40
|
+
offset="0" />
|
|
41
|
+
<stop
|
|
42
|
+
id="stop3752"
|
|
43
|
+
style="stop-color:#000000;stop-opacity:0.58823532"
|
|
44
|
+
offset="1" />
|
|
45
|
+
</linearGradient>
|
|
46
|
+
<linearGradient
|
|
47
|
+
id="linearGradient3737">
|
|
48
|
+
<stop
|
|
49
|
+
id="stop3739"
|
|
50
|
+
style="stop-color:#ffffff;stop-opacity:1"
|
|
51
|
+
offset="0" />
|
|
52
|
+
<stop
|
|
53
|
+
id="stop3741"
|
|
54
|
+
style="stop-color:#ffffff;stop-opacity:0"
|
|
55
|
+
offset="1" />
|
|
56
|
+
</linearGradient>
|
|
57
|
+
<filter
|
|
58
|
+
color-interpolation-filters="sRGB"
|
|
59
|
+
id="filter3174">
|
|
60
|
+
<feGaussianBlur
|
|
61
|
+
id="feGaussianBlur3176"
|
|
62
|
+
stdDeviation="1.71" />
|
|
63
|
+
</filter>
|
|
64
|
+
<linearGradient
|
|
65
|
+
x1="36.357143"
|
|
66
|
+
y1="6"
|
|
67
|
+
x2="36.357143"
|
|
68
|
+
y2="63.893143"
|
|
69
|
+
id="linearGradient3188"
|
|
70
|
+
xlink:href="#linearGradient3737"
|
|
71
|
+
gradientUnits="userSpaceOnUse" />
|
|
72
|
+
<filter
|
|
73
|
+
x="-0.192"
|
|
74
|
+
y="-0.192"
|
|
75
|
+
width="1.3839999"
|
|
76
|
+
height="1.3839999"
|
|
77
|
+
color-interpolation-filters="sRGB"
|
|
78
|
+
id="filter3794">
|
|
79
|
+
<feGaussianBlur
|
|
80
|
+
id="feGaussianBlur3796"
|
|
81
|
+
stdDeviation="5.28" />
|
|
82
|
+
</filter>
|
|
83
|
+
<linearGradient
|
|
84
|
+
x1="48"
|
|
85
|
+
y1="20.220806"
|
|
86
|
+
x2="48"
|
|
87
|
+
y2="138.66119"
|
|
88
|
+
id="linearGradient3613"
|
|
89
|
+
xlink:href="#linearGradient3737"
|
|
90
|
+
gradientUnits="userSpaceOnUse" />
|
|
91
|
+
<radialGradient
|
|
92
|
+
cx="48"
|
|
93
|
+
cy="90.171875"
|
|
94
|
+
r="42"
|
|
95
|
+
fx="48"
|
|
96
|
+
fy="90.171875"
|
|
97
|
+
id="radialGradient3619"
|
|
98
|
+
xlink:href="#linearGradient3737"
|
|
99
|
+
gradientUnits="userSpaceOnUse"
|
|
100
|
+
gradientTransform="matrix(1.1573129,0,0,0.99590774,-7.5510206,0.19713193)" />
|
|
101
|
+
<clipPath
|
|
102
|
+
id="clipPath3613">
|
|
103
|
+
<rect
|
|
104
|
+
width="84"
|
|
105
|
+
height="84"
|
|
106
|
+
rx="6"
|
|
107
|
+
ry="6"
|
|
108
|
+
x="6"
|
|
109
|
+
y="6"
|
|
110
|
+
id="rect3615"
|
|
111
|
+
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
|
112
|
+
</clipPath>
|
|
113
|
+
<linearGradient
|
|
114
|
+
x1="48"
|
|
115
|
+
y1="90"
|
|
116
|
+
x2="48"
|
|
117
|
+
y2="5.9877172"
|
|
118
|
+
id="linearGradient3617"
|
|
119
|
+
xlink:href="#ButtonColor"
|
|
120
|
+
gradientUnits="userSpaceOnUse" />
|
|
121
|
+
<linearGradient
|
|
122
|
+
x1="58.650177"
|
|
123
|
+
y1="122"
|
|
124
|
+
x2="58.650177"
|
|
125
|
+
y2="5.4252338"
|
|
126
|
+
id="ButtonColor"
|
|
127
|
+
gradientUnits="userSpaceOnUse"
|
|
128
|
+
gradientTransform="matrix(1.0172414,0,0,1.0172414,-1.1034483,-1.1034483)">
|
|
129
|
+
<stop
|
|
130
|
+
id="stop3189"
|
|
131
|
+
style="stop-color:#037ac0;stop-opacity:1"
|
|
132
|
+
offset="0" />
|
|
133
|
+
<stop
|
|
134
|
+
id="stop3191"
|
|
135
|
+
style="stop-color:#7edafe;stop-opacity:1"
|
|
136
|
+
offset="1" />
|
|
137
|
+
</linearGradient>
|
|
138
|
+
<linearGradient
|
|
139
|
+
id="linearGradient3267">
|
|
140
|
+
<stop
|
|
141
|
+
id="stop3269"
|
|
142
|
+
style="stop-color:#ffffff;stop-opacity:1"
|
|
143
|
+
offset="0" />
|
|
144
|
+
<stop
|
|
145
|
+
id="stop3271"
|
|
146
|
+
style="stop-color:#ffffff;stop-opacity:0"
|
|
147
|
+
offset="1" />
|
|
148
|
+
</linearGradient>
|
|
149
|
+
<radialGradient
|
|
150
|
+
cx="108.53934"
|
|
151
|
+
cy="7.457119"
|
|
152
|
+
r="56.542881"
|
|
153
|
+
fx="108.53934"
|
|
154
|
+
fy="7.457119"
|
|
155
|
+
id="radialGradient2888"
|
|
156
|
+
xlink:href="#linearGradient3267"
|
|
157
|
+
gradientUnits="userSpaceOnUse"
|
|
158
|
+
gradientTransform="matrix(-1.3703659,1.180354e-8,-1.2492802e-8,-1.4503877,228.44457,16.815712)" />
|
|
159
|
+
<linearGradient
|
|
160
|
+
id="linearGradient3282">
|
|
161
|
+
<stop
|
|
162
|
+
id="stop3284"
|
|
163
|
+
style="stop-color:#ffffff;stop-opacity:1"
|
|
164
|
+
offset="0" />
|
|
165
|
+
<stop
|
|
166
|
+
id="stop3286"
|
|
167
|
+
style="stop-color:#dcdcdc;stop-opacity:1"
|
|
168
|
+
offset="1" />
|
|
169
|
+
</linearGradient>
|
|
170
|
+
<linearGradient
|
|
171
|
+
x1="49.847614"
|
|
172
|
+
y1="13.927948"
|
|
173
|
+
x2="49.847614"
|
|
174
|
+
y2="115.20887"
|
|
175
|
+
id="linearGradient2907"
|
|
176
|
+
xlink:href="#linearGradient3282"
|
|
177
|
+
gradientUnits="userSpaceOnUse"
|
|
178
|
+
gradientTransform="matrix(0.67065867,0,0,0.67065867,13.101796,7.529888)" />
|
|
179
|
+
<linearGradient
|
|
180
|
+
id="linearGradient3305">
|
|
181
|
+
<stop
|
|
182
|
+
id="stop3307"
|
|
183
|
+
style="stop-color:#dcdcdc;stop-opacity:1"
|
|
184
|
+
offset="0" />
|
|
185
|
+
<stop
|
|
186
|
+
id="stop3309"
|
|
187
|
+
style="stop-color:#ffffff;stop-opacity:0"
|
|
188
|
+
offset="1" />
|
|
189
|
+
</linearGradient>
|
|
190
|
+
<linearGradient
|
|
191
|
+
x1="76.35714"
|
|
192
|
+
y1="82.500275"
|
|
193
|
+
x2="76.35714"
|
|
194
|
+
y2="24.070036"
|
|
195
|
+
id="linearGradient3699"
|
|
196
|
+
xlink:href="#linearGradient3305"
|
|
197
|
+
gradientUnits="userSpaceOnUse" />
|
|
198
|
+
<filter
|
|
199
|
+
x="-0.15161195"
|
|
200
|
+
y="-0.099296175"
|
|
201
|
+
width="1.3032238"
|
|
202
|
+
height="1.1985924"
|
|
203
|
+
color-interpolation-filters="sRGB"
|
|
204
|
+
id="filter3642">
|
|
205
|
+
<feGaussianBlur
|
|
206
|
+
id="feGaussianBlur3644"
|
|
207
|
+
stdDeviation="2.8961385" />
|
|
208
|
+
</filter>
|
|
209
|
+
<clipPath
|
|
210
|
+
id="clipPath3650">
|
|
211
|
+
<rect
|
|
212
|
+
width="84"
|
|
213
|
+
height="84"
|
|
214
|
+
rx="6"
|
|
215
|
+
ry="6"
|
|
216
|
+
x="6"
|
|
217
|
+
y="26"
|
|
218
|
+
id="rect3652"
|
|
219
|
+
style="fill:url(#linearGradient3654);fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
|
220
|
+
</clipPath>
|
|
221
|
+
<linearGradient
|
|
222
|
+
x1="48"
|
|
223
|
+
y1="90"
|
|
224
|
+
x2="48"
|
|
225
|
+
y2="5.9877172"
|
|
226
|
+
id="linearGradient3654"
|
|
227
|
+
xlink:href="#ButtonColor"
|
|
228
|
+
gradientUnits="userSpaceOnUse"
|
|
229
|
+
gradientTransform="translate(0,20)" />
|
|
230
|
+
<linearGradient
|
|
231
|
+
x1="45.447727"
|
|
232
|
+
y1="92.539597"
|
|
233
|
+
x2="45.447727"
|
|
234
|
+
y2="7.0165396"
|
|
235
|
+
id="ButtonShadow-0"
|
|
236
|
+
gradientUnits="userSpaceOnUse"
|
|
237
|
+
gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)">
|
|
238
|
+
<stop
|
|
239
|
+
id="stop3750-8"
|
|
240
|
+
style="stop-color:#000000;stop-opacity:1"
|
|
241
|
+
offset="0" />
|
|
242
|
+
<stop
|
|
243
|
+
id="stop3752-5"
|
|
244
|
+
style="stop-color:#000000;stop-opacity:0.58823532"
|
|
245
|
+
offset="1" />
|
|
246
|
+
</linearGradient>
|
|
247
|
+
<linearGradient
|
|
248
|
+
x1="32.251034"
|
|
249
|
+
y1="6.1317081"
|
|
250
|
+
x2="32.251034"
|
|
251
|
+
y2="90.238609"
|
|
252
|
+
id="linearGradient3780"
|
|
253
|
+
xlink:href="#ButtonShadow-0"
|
|
254
|
+
gradientUnits="userSpaceOnUse"
|
|
255
|
+
gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
|
|
256
|
+
<linearGradient
|
|
257
|
+
x1="32.251034"
|
|
258
|
+
y1="6.1317081"
|
|
259
|
+
x2="32.251034"
|
|
260
|
+
y2="90.238609"
|
|
261
|
+
id="linearGradient3772"
|
|
262
|
+
xlink:href="#ButtonShadow-0"
|
|
263
|
+
gradientUnits="userSpaceOnUse"
|
|
264
|
+
gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
|
|
265
|
+
<linearGradient
|
|
266
|
+
x1="32.251034"
|
|
267
|
+
y1="6.1317081"
|
|
268
|
+
x2="32.251034"
|
|
269
|
+
y2="90.238609"
|
|
270
|
+
id="linearGradient3725"
|
|
271
|
+
xlink:href="#ButtonShadow-0"
|
|
272
|
+
gradientUnits="userSpaceOnUse"
|
|
273
|
+
gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
|
|
274
|
+
<linearGradient
|
|
275
|
+
x1="32.251034"
|
|
276
|
+
y1="6.1317081"
|
|
277
|
+
x2="32.251034"
|
|
278
|
+
y2="90.238609"
|
|
279
|
+
id="linearGradient3721"
|
|
280
|
+
xlink:href="#ButtonShadow-0"
|
|
281
|
+
gradientUnits="userSpaceOnUse"
|
|
282
|
+
gradientTransform="translate(0,-97)" />
|
|
283
|
+
<linearGradient
|
|
284
|
+
x1="32.251034"
|
|
285
|
+
y1="6.1317081"
|
|
286
|
+
x2="32.251034"
|
|
287
|
+
y2="90.238609"
|
|
288
|
+
id="linearGradient3059"
|
|
289
|
+
xlink:href="#ButtonShadow-0"
|
|
290
|
+
gradientUnits="userSpaceOnUse"
|
|
291
|
+
gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
|
|
292
|
+
<linearGradient
|
|
293
|
+
x1="22.406412"
|
|
294
|
+
y1="36.600529"
|
|
295
|
+
x2="57.689129"
|
|
296
|
+
y2="103.0291"
|
|
297
|
+
id="linearGradient3713"
|
|
298
|
+
xlink:href="#linearGradient3656"
|
|
299
|
+
gradientUnits="userSpaceOnUse" />
|
|
300
|
+
<linearGradient
|
|
301
|
+
x1="22.406412"
|
|
302
|
+
y1="36.600529"
|
|
303
|
+
x2="57.689129"
|
|
304
|
+
y2="103.0291"
|
|
305
|
+
id="linearGradient3717"
|
|
306
|
+
xlink:href="#linearGradient3656"
|
|
307
|
+
gradientUnits="userSpaceOnUse" />
|
|
308
|
+
<linearGradient
|
|
309
|
+
x1="22.406412"
|
|
310
|
+
y1="36.600529"
|
|
311
|
+
x2="57.689129"
|
|
312
|
+
y2="103.0291"
|
|
313
|
+
id="linearGradient3732"
|
|
314
|
+
xlink:href="#linearGradient3656"
|
|
315
|
+
gradientUnits="userSpaceOnUse"
|
|
316
|
+
gradientTransform="translate(0,-20)" />
|
|
317
|
+
<linearGradient
|
|
318
|
+
x1="22.406412"
|
|
319
|
+
y1="36.600529"
|
|
320
|
+
x2="57.689129"
|
|
321
|
+
y2="103.0291"
|
|
322
|
+
id="linearGradient3740"
|
|
323
|
+
xlink:href="#linearGradient3656"
|
|
324
|
+
gradientUnits="userSpaceOnUse"
|
|
325
|
+
gradientTransform="translate(0,-20)" />
|
|
326
|
+
</defs>
|
|
327
|
+
<metadata
|
|
328
|
+
id="metadata2413">
|
|
329
|
+
<rdf:RDF>
|
|
330
|
+
<cc:Work
|
|
331
|
+
rdf:about="">
|
|
332
|
+
<dc:format>image/svg+xml</dc:format>
|
|
333
|
+
<dc:type
|
|
334
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
335
|
+
</cc:Work>
|
|
336
|
+
</rdf:RDF>
|
|
337
|
+
</metadata>
|
|
338
|
+
<g
|
|
339
|
+
id="layer2"
|
|
340
|
+
style="display:none">
|
|
341
|
+
<rect
|
|
342
|
+
width="86"
|
|
343
|
+
height="85"
|
|
344
|
+
rx="6"
|
|
345
|
+
ry="6"
|
|
346
|
+
x="5"
|
|
347
|
+
y="7"
|
|
348
|
+
id="rect3745"
|
|
349
|
+
style="opacity:0.9;fill:url(#ButtonShadow);fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter3174)" />
|
|
350
|
+
</g>
|
|
351
|
+
<g
|
|
352
|
+
id="layer3"
|
|
353
|
+
style="display:inline">
|
|
354
|
+
<path
|
|
355
|
+
d="m 12,-95.03125 c -5.5110903,0 -10.03125,4.52016 -10.03125,10.03125 l 0,71 c 0,5.5110902 4.5201598,10.03125 10.03125,10.03125 l 72,0 c 5.51109,0 10.03125,-4.5201597 10.03125,-10.03125 l 0,-71 c 0,-5.51109 -4.52016,-10.03125 -10.03125,-10.03125 l -72,0 z"
|
|
356
|
+
transform="scale(1,-1)"
|
|
357
|
+
id="path3786"
|
|
358
|
+
style="opacity:0.07999998;fill:url(#linearGradient3059);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
|
|
359
|
+
<path
|
|
360
|
+
d="m 12,-94.03125 c -4.971633,0 -9.03125,4.059617 -9.03125,9.03125 l 0,71 c 0,4.9716329 4.0596171,9.03125 9.03125,9.03125 l 72,0 c 4.971633,0 9.03125,-4.059617 9.03125,-9.03125 l 0,-71 c 0,-4.971633 -4.059617,-9.03125 -9.03125,-9.03125 l -72,0 z"
|
|
361
|
+
transform="scale(1,-1)"
|
|
362
|
+
id="path3778"
|
|
363
|
+
style="opacity:0.1;fill:url(#linearGradient3780);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
|
|
364
|
+
<path
|
|
365
|
+
d="m 12,-93 c -4.4091333,0 -8,3.590867 -8,8 l 0,71 c 0,4.4091333 3.5908667,8 8,8 l 72,0 c 4.409133,0 8,-3.5908667 8,-8 l 0,-71 c 0,-4.409133 -3.590867,-8 -8,-8 l -72,0 z"
|
|
366
|
+
transform="scale(1,-1)"
|
|
367
|
+
id="path3770"
|
|
368
|
+
style="opacity:0.2;fill:url(#linearGradient3772);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
|
|
369
|
+
<rect
|
|
370
|
+
width="86"
|
|
371
|
+
height="85"
|
|
372
|
+
rx="7"
|
|
373
|
+
ry="7"
|
|
374
|
+
x="5"
|
|
375
|
+
y="-92"
|
|
376
|
+
transform="scale(1,-1)"
|
|
377
|
+
id="rect3723"
|
|
378
|
+
style="opacity:0.3;fill:url(#linearGradient3725);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
|
|
379
|
+
<rect
|
|
380
|
+
width="84"
|
|
381
|
+
height="84"
|
|
382
|
+
rx="6"
|
|
383
|
+
ry="6"
|
|
384
|
+
x="6"
|
|
385
|
+
y="-91"
|
|
386
|
+
transform="scale(1,-1)"
|
|
387
|
+
id="rect3716"
|
|
388
|
+
style="opacity:0.45;fill:url(#linearGradient3721);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
|
|
389
|
+
</g>
|
|
390
|
+
<g
|
|
391
|
+
id="layer1"
|
|
392
|
+
style="display:inline">
|
|
393
|
+
<rect
|
|
394
|
+
width="84"
|
|
395
|
+
height="84"
|
|
396
|
+
rx="6"
|
|
397
|
+
ry="6"
|
|
398
|
+
x="6"
|
|
399
|
+
y="6"
|
|
400
|
+
id="rect2419"
|
|
401
|
+
style="fill:url(#linearGradient3617);fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
|
402
|
+
<path
|
|
403
|
+
d="M 12,6 C 8.676,6 6,8.676 6,12 l 0,2 0,68 0,2 c 0,0.334721 0.04135,0.6507 0.09375,0.96875 0.0487,0.295596 0.09704,0.596915 0.1875,0.875 0.00988,0.03038 0.020892,0.0636 0.03125,0.09375 0.098865,0.287771 0.2348802,0.547452 0.375,0.8125 0.1445918,0.273507 0.3156161,0.535615 0.5,0.78125 0.1843839,0.245635 0.3737765,0.473472 0.59375,0.6875 0.439947,0.428056 0.94291,0.814526 1.5,1.09375 0.278545,0.139612 0.5734731,0.246947 0.875,0.34375 -0.2562018,-0.100222 -0.4867109,-0.236272 -0.71875,-0.375 -0.00741,-0.0044 -0.023866,0.0045 -0.03125,0 -0.031933,-0.0193 -0.062293,-0.04251 -0.09375,-0.0625 -0.120395,-0.0767 -0.2310226,-0.163513 -0.34375,-0.25 -0.1061728,-0.0808 -0.2132809,-0.161112 -0.3125,-0.25 C 8.4783201,88.557317 8.3087904,88.373362 8.15625,88.1875 8.0486711,88.057245 7.9378561,87.922215 7.84375,87.78125 7.818661,87.74287 7.805304,87.69538 7.78125,87.65625 7.716487,87.553218 7.6510225,87.451733 7.59375,87.34375 7.4927417,87.149044 7.3880752,86.928049 7.3125,86.71875 7.30454,86.69694 7.288911,86.6782 7.28125,86.65625 7.2494249,86.5643 7.2454455,86.469419 7.21875,86.375 7.1884177,86.268382 7.1483606,86.171969 7.125,86.0625 7.0521214,85.720988 7,85.364295 7,85 L 7,83 7,15 7,13 C 7,10.218152 9.2181517,8 12,8 l 2,0 68,0 2,0 c 2.781848,0 5,2.218152 5,5 l 0,2 0,68 0,2 c 0,0.364295 -0.05212,0.720988 -0.125,1.0625 -0.04415,0.206893 -0.08838,0.397658 -0.15625,0.59375 -0.0077,0.02195 -0.0233,0.04069 -0.03125,0.0625 -0.06274,0.173739 -0.138383,0.367449 -0.21875,0.53125 -0.04158,0.0828 -0.07904,0.169954 -0.125,0.25 -0.0546,0.09721 -0.126774,0.18835 -0.1875,0.28125 -0.09411,0.140965 -0.204921,0.275995 -0.3125,0.40625 -0.143174,0.17445 -0.303141,0.346998 -0.46875,0.5 -0.01117,0.0102 -0.01998,0.02115 -0.03125,0.03125 -0.138386,0.125556 -0.285091,0.234436 -0.4375,0.34375 -0.102571,0.07315 -0.204318,0.153364 -0.3125,0.21875 -0.0074,0.0045 -0.02384,-0.0044 -0.03125,0 -0.232039,0.138728 -0.462548,0.274778 -0.71875,0.375 0.301527,-0.0968 0.596455,-0.204138 0.875,-0.34375 0.55709,-0.279224 1.060053,-0.665694 1.5,-1.09375 0.219973,-0.214028 0.409366,-0.441865 0.59375,-0.6875 0.184384,-0.245635 0.355408,-0.507743 0.5,-0.78125 0.14012,-0.265048 0.276135,-0.524729 0.375,-0.8125 0.01041,-0.03078 0.02133,-0.06274 0.03125,-0.09375 0.09046,-0.278085 0.1388,-0.579404 0.1875,-0.875 C 89.95865,84.6507 90,84.334721 90,84 l 0,-2 0,-68 0,-2 C 90,8.676 87.324,6 84,6 L 12,6 z"
|
|
404
|
+
inkscape:connector-curvature="0"
|
|
405
|
+
id="rect3728"
|
|
406
|
+
style="opacity:0.5;fill:url(#linearGradient3188);fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
|
407
|
+
<path
|
|
408
|
+
d="M 12,6 C 8.676,6 6,8.676 6,12 l 0,72 c 0,3.324 2.676,6 6,6 l 72,0 c 3.324,0 6,-2.676 6,-6 L 90,12 C 90,8.676 87.324,6 84,6 L 12,6 z m 4,6 64,0 c 2.216,0 4,1.784 4,4 l 0,64 c 0,2.216 -1.784,4 -4,4 l -64,0 c -2.216,0 -4,-1.784 -4,-4 l 0,-64 c 0,-2.216 1.784,-4 4,-4 z"
|
|
409
|
+
inkscape:connector-curvature="0"
|
|
410
|
+
id="rect3668"
|
|
411
|
+
style="fill:url(#linearGradient3699);fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
|
412
|
+
<path
|
|
413
|
+
d="M 12,90 C 8.676,90 6,87.324 6,84 L 6,82 6,14 6,12 c 0,-0.334721 0.04135,-0.6507 0.09375,-0.96875 0.0487,-0.295596 0.09704,-0.596915 0.1875,-0.875 C 6.29113,10.12587 6.302142,10.09265 6.3125,10.0625 6.411365,9.774729 6.5473802,9.515048 6.6875,9.25 6.8320918,8.976493 7.0031161,8.714385 7.1875,8.46875 7.3718839,8.223115 7.5612765,7.995278 7.78125,7.78125 8.221197,7.353194 8.72416,6.966724 9.28125,6.6875 9.559795,6.547888 9.8547231,6.440553 10.15625,6.34375 9.9000482,6.443972 9.6695391,6.580022 9.4375,6.71875 c -0.00741,0.0044 -0.023866,-0.0045 -0.03125,0 -0.031933,0.0193 -0.062293,0.04251 -0.09375,0.0625 -0.120395,0.0767 -0.2310226,0.163513 -0.34375,0.25 -0.1061728,0.0808 -0.2132809,0.161112 -0.3125,0.25 C 8.4783201,7.442683 8.3087904,7.626638 8.15625,7.8125 8.0486711,7.942755 7.9378561,8.077785 7.84375,8.21875 7.818661,8.25713 7.805304,8.30462 7.78125,8.34375 7.716487,8.446782 7.6510225,8.548267 7.59375,8.65625 7.4927417,8.850956 7.3880752,9.071951 7.3125,9.28125 7.30454,9.30306 7.288911,9.3218 7.28125,9.34375 7.2494249,9.4357 7.2454455,9.530581 7.21875,9.625 7.1884177,9.731618 7.1483606,9.828031 7.125,9.9375 7.0521214,10.279012 7,10.635705 7,11 l 0,2 0,68 0,2 c 0,2.781848 2.2181517,5 5,5 l 2,0 68,0 2,0 c 2.781848,0 5,-2.218152 5,-5 l 0,-2 0,-68 0,-2 C 89,10.635705 88.94788,10.279012 88.875,9.9375 88.83085,9.730607 88.78662,9.539842 88.71875,9.34375 88.71105,9.3218 88.69545,9.30306 88.6875,9.28125 88.62476,9.107511 88.549117,8.913801 88.46875,8.75 88.42717,8.6672 88.38971,8.580046 88.34375,8.5 88.28915,8.40279 88.216976,8.31165 88.15625,8.21875 88.06214,8.077785 87.951329,7.942755 87.84375,7.8125 87.700576,7.63805 87.540609,7.465502 87.375,7.3125 87.36383,7.3023 87.35502,7.29135 87.34375,7.28125 87.205364,7.155694 87.058659,7.046814 86.90625,6.9375 86.803679,6.86435 86.701932,6.784136 86.59375,6.71875 c -0.0074,-0.0045 -0.02384,0.0044 -0.03125,0 -0.232039,-0.138728 -0.462548,-0.274778 -0.71875,-0.375 0.301527,0.0968 0.596455,0.204138 0.875,0.34375 0.55709,0.279224 1.060053,0.665694 1.5,1.09375 0.219973,0.214028 0.409366,0.441865 0.59375,0.6875 0.184384,0.245635 0.355408,0.507743 0.5,0.78125 0.14012,0.265048 0.276135,0.524729 0.375,0.8125 0.01041,0.03078 0.02133,0.06274 0.03125,0.09375 0.09046,0.278085 0.1388,0.579404 0.1875,0.875 C 89.95865,11.3493 90,11.665279 90,12 l 0,2 0,68 0,2 c 0,3.324 -2.676,6 -6,6 l -72,0 z"
|
|
414
|
+
inkscape:connector-curvature="0"
|
|
415
|
+
id="path3615"
|
|
416
|
+
style="opacity:0.5;fill:url(#radialGradient3619);fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
|
417
|
+
<path
|
|
418
|
+
d="m 23.5625,14.96875 c -1.202928,0.158315 -2.045014,1.068148 -2.375,1.96875 -0.318168,0.86835 -0.322975,1.73697 -0.25,2.5 3.9e-5,0.03124 -3.9e-5,0.06251 0,0.09375 0.02046,16.515719 -0.04153,33.059941 0.03125,49.5625 a 0.96408607,0.96408607 0 0 0 0,0.15625 c 0.39765,2.65807 4.118918,3.328084 5.53125,1.125 l 0.03125,0.03125 9.90625,-11.875 c 4.574934,10.328001 9.094307,20.690838 13.71875,31 A 0.96408607,0.96408607 0 0 0 50.25,89.6875 c 0.771525,1.092971 2.030534,1.374568 3.03125,1.375 1.000716,4.32e-4 1.910948,-0.155533 2.5,-0.09375 a 0.96408607,0.96408607 0 0 0 0.125,0 c 4.842021,-0.140601 9.716874,-0.149061 14.59375,-0.375 a 0.96408607,0.96408607 0 0 0 0.25,-0.03125 c 1.186773,-0.361174 1.907694,-1.415605 2.0625,-2.46875 0.145441,-0.989433 -0.149075,-2.044594 -0.90625,-2.8125 L 71.78125,85.125 48.75,51.71875 c 5.687479,0.02585 11.410817,0.163511 17.125,0.0625 A 0.96408607,0.96408607 0 0 0 66.0625,51.75 c 2.644198,-0.577356 3.033788,-4.294477 0.78125,-5.59375 L 66.875,46.125 C 53.092033,35.896076 39.352689,25.588584 25.53125,15.40625 c -0.679045,-0.47124 -1.414001,-0.451398 -1.875,-0.4375 a 0.96408607,0.96408607 0 0 0 -0.09375,0 z"
|
|
419
|
+
id="path3738"
|
|
420
|
+
style="opacity:0.1;fill:url(#linearGradient3740);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline" />
|
|
421
|
+
<path
|
|
422
|
+
d="m 23.6875,15.9375 c -1.73192,0.227934 -1.925246,2.11008 -1.78125,3.493103 0.02082,16.550075 -0.04164,33.134644 0.03125,49.663147 0.276802,1.850268 2.953677,2.323754 3.854026,0.694048 3.631991,-4.356349 7.263983,-8.712699 10.895974,-13.069048 4.789634,10.796872 9.512214,21.63542 14.34375,32.40625 1.114117,1.5783 3.243473,0.70161 4.851797,0.8703 4.859535,-0.14111 9.73751,-0.14599 14.585703,-0.3706 1.638765,-0.49873 1.862923,-2.70166 0.656255,-3.77605 C 63.052087,74.14907 54.979168,62.449485 46.90625,50.7499 c 6.310418,-0.0014 12.637385,0.173869 18.9375,0.0625 1.831743,-0.399958 2.065166,-3.078947 0.4631,-3.901047 C 52.521206,36.680442 38.785683,26.366415 24.96875,16.1874 24.587654,15.922929 24.130135,15.924156 23.6875,15.9375 z"
|
|
423
|
+
inkscape:connector-curvature="0"
|
|
424
|
+
id="path3724"
|
|
425
|
+
style="opacity:0.15;fill:url(#linearGradient3732);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline" />
|
|
426
|
+
<path
|
|
427
|
+
d="M 23.9375,37 A 0.99219516,0.99219516 0 0 0 23,38 l 0,50.75 a 0.99219516,0.99219516 0 0 0 1.75,0.625 L 37,74.6875 51.875,108.40625 A 0.99219516,0.99219516 0 0 0 52.8125,109 l 17.0625,-0.375 a 0.99219516,0.99219516 0 0 0 0.78125,-1.5625 l -25.8125,-37.4375 20.5,0.15625 A 0.99219516,0.99219516 0 0 0 65.9375,68 L 24.59375,37.21875 A 0.99219516,0.99219516 0 0 0 23.9375,37 z"
|
|
428
|
+
transform="translate(0,-20)"
|
|
429
|
+
id="path3715"
|
|
430
|
+
style="opacity:0.3;fill:url(#linearGradient3717);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline" />
|
|
431
|
+
<path
|
|
432
|
+
d="M 69.84554,87.630006 42.951853,48.587706 65.329341,48.776328 24,18.00893 24,68.74845 37.266467,52.841265 52.775263,88.00893 69.84554,87.630006 z"
|
|
433
|
+
inkscape:connector-curvature="0"
|
|
434
|
+
id="path3277"
|
|
435
|
+
style="fill:url(#linearGradient2907);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline" />
|
|
436
|
+
<path
|
|
437
|
+
d="M 12.518008,6 C 8.907457,6 6,8.907457 6,12.518008 L 6,83.48199 C 6,87.09254 8.907457,90 12.518008,90 l 2.625,0 C 34.375142,80.05287 32.416227,41.238272 47.377118,35.253177 64.635974,28.348783 87.199787,33.261436 86.485167,6.73411 85.586524,6.268175 84.567903,6 83.48199,6 L 12.518008,6 z"
|
|
438
|
+
inkscape:connector-curvature="0"
|
|
439
|
+
id="path2491"
|
|
440
|
+
style="opacity:0.6;fill:url(#radialGradient2888);fill-opacity:1;stroke:none;display:inline" />
|
|
441
|
+
<path
|
|
442
|
+
d="M 69.84554,107.63001 42.951853,68.587706 65.329341,68.776328 24,38.00893 24,88.74845 37.266467,72.841265 52.775263,108.00893 69.84554,107.63001 z"
|
|
443
|
+
inkscape:connector-curvature="0"
|
|
444
|
+
transform="translate(-80,-20)"
|
|
445
|
+
clip-path="url(#clipPath3650)"
|
|
446
|
+
id="path3711"
|
|
447
|
+
style="fill:url(#linearGradient3713);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;filter:url(#filter3642)" />
|
|
448
|
+
</g>
|
|
449
|
+
<g
|
|
450
|
+
id="layer5"
|
|
451
|
+
style="display:none">
|
|
452
|
+
<rect
|
|
453
|
+
width="66"
|
|
454
|
+
height="66"
|
|
455
|
+
rx="12"
|
|
456
|
+
ry="12"
|
|
457
|
+
x="15"
|
|
458
|
+
y="15"
|
|
459
|
+
clip-path="url(#clipPath3613)"
|
|
460
|
+
id="rect3171"
|
|
461
|
+
style="opacity:0.1;fill:url(#linearGradient3613);fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;filter:url(#filter3794)" />
|
|
462
|
+
</g>
|
|
463
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m5.5134161 2.5133564 12.9732569 10.9872806h-5.993968l2.594487 5.820425c.747176 2.119527-2.615112 2.914347-3.175492 1.324705l-2.2415241-4.768935-4.1567598 4.493771z" fill="#fff" fill-rule="evenodd" stroke="#808080" stroke-linejoin="round" stroke-width="1.026832"/></svg>
|
|
Binary file
|
data/free_icons/site/gnu
ADDED
|
Binary file
|