This file contains 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
This gist replicates Grails 2.2.2 boilerplate index.gsp main.gsp and error.gsp into Haml code. |
This file contains 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
spundun$ haml -r hamlbars test.html.hamlbars | |
Syntax error on line 131: test.html.hamlbars:15: syntax error, unexpected kEND | |
_hamlout.attributes({"class"=>"brand"}, nil, :href => "#")}>Blogger</a>\n <ul class='nav'>\n <li>Test</li>\n </ul>\n </div>\n </div>\n", -2, false);end;_hamlout.buffer << _hamlout.format_script_false_false_false_false_false_false_false(haml_temp);_hamlout.push_text("\n Hello\n </body>\n</html>\n", -2, false);;_erbout | |
^ | |
Use --trace for backtrace. |
This file contains 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
.container-fluid | |
.row-fluid | |
.span3 | |
table.table | |
thead | |
tr | |
th | |
| Recent Posts | |
each | |
tr |
This file contains 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
(1..1000000).each do | |
puts "12345" | |
end |
This file contains 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
class AddBlockedToUsers < ActiveRecord::Migration | |
def change | |
add_column :users, :blocked, :bool | |
end | |
def self.up | |
execute "ALTER TABLE USERS DROP COLUMN BLOCKED" | |
end | |
end |
This file contains 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
gem 'treetop' | |
gem 'pry' |
This file contains 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
gem 'rake' | |
gem 'pry' | |
gem 'treetop' |
This file contains 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
// | |
// main.cpp | |
// StringSimilarity | |
// | |
// Created by Spundun Bhatt on 3/30/15. | |
// Copyright (c) 2015 Spundun Bhatt. All rights reserved. | |
// | |
#include <iostream> | |
#include <memory> |
This file contains 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
commit 0907c0b16eb95bedc89f6131a0723cbb17ca862d | |
Author: Spundun Bhatt <[email protected]> | |
Date: Sat Jun 11 07:45:05 2022 -0700 | |
Include virtio driver in lib32-mesa | |
diff --git a/trunk/PKGBUILD b/trunk/PKGBUILD | |
index 944a3c4..1b9f886 100644 | |
--- a/trunk/PKGBUILD | |
+++ b/trunk/PKGBUILD |
This file contains 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
[100%] Building C object source/creator/CMakeFiles/blender.dir/buildinfo.c.o | |
[100%] Linking CXX executable ../../bin/blender | |
/home/spundun/blender-git/lib/linux_centos7_x86_64/llvm/lib/libclangFrontend.a(CompilerInstance.cpp.o):CompilerInstance.cpp:function clang::CompilerInstance::createOutputFileImpl(llvm::StringRef, bool, bool, bool, bool): error: undefined reference to 'llvm::sys::fs::createUniqueFile(llvm::Twine const&, int&, llvm::SmallVectorImpl<char>&, unsigned int)' | |
/home/spundun/blender-git/lib/linux_centos7_x86_64/llvm/lib/libclangFrontend.a(CompilerInstance.cpp.o):CompilerInstance.cpp:function clang::CompilerInstance::createOutputFileImpl(llvm::StringRef, bool, bool, bool, bool): error: undefined reference to 'llvm::sys::RemoveFileOnSignal(llvm::StringRef, std::string*)' | |
/home/spundun/blender-git/lib/linux_centos7_x86_64/llvm/lib/libclangFrontend.a(CompilerInstance.cpp.o):CompilerInstance.cpp:function clang::CompilerInstance::createOutputFileImpl(llvm::StringRef, bool, bool, bool, bool): error: un |
OlderNewer