- Stars: 77643
- Columns: 12 by default
- Syntax: "row", "col-md-1", "col-xs-12 col-md-8"
- Stars: 19381
- Columns: 12
#!/usr/bin/env ruby | |
# A simple regexp to manipulate svn dump files. | |
# | |
# Example of a svn dump file: | |
# | |
# Node-path: MySourceCode.cpp | |
# Node-kind: file | |
# Node-action: add | |
# Prop-content-length: 10 |
class Event < ActiveRecord::Base | |
include EventJSON | |
attr_accessible *EventJSON.attributes | |
validates :starts_at, presence: true | |
validates :ends_at, presence: true | |
validates :all_day, inclusion: { in: [true, false] } | |
end |
namespace Log | |
{ | |
/// <summary> | |
/// Helps you trace the execution of your code. | |
/// </summary> | |
/// <remarks> | |
/// Same as System.Diagnostics.Trace but adds the class and method names to the trace message.<br/> | |
/// <br/> | |
/// More documentation about Trace and Debug:<br/> | |
/// <list type="bullet"> |
# See Remove default Apps from Windows 10 https://thomas.vanhoutte.be/miniblog/delete-windows-10-apps/ | |
# See Debloat Windows 10 https://github.com/W4RH4WK/Debloat-Windows-10 | |
# Command line to list all packages: Get-AppxPackage -AllUsers | Select Name, PackageFullName | |
Get-AppxPackage Microsoft.Windows.ParentalControls | Remove-AppxPackage | |
Get-AppxPackage Windows.ContactSupport | Remove-AppxPackage | |
Get-AppxPackage Microsoft.Xbox* | Remove-AppxPackage | |
Get-AppxPackage microsoft.windowscommunicationsapps | Remove-AppxPackage # Mail and Calendar | |
#Get-AppxPackage Microsoft.Windows.Photos | Remove-AppxPackage | |
Get-AppxPackage Microsoft.WindowsCamera | Remove-AppxPackage |
Charts are from different sources and thus colors are inconsistent, please carefully read the chart's legends.
Like this? Check React Native vs Flutter: https://gist.github.com/tkrotoff/93f5278a4e8df7e5f6928eff98684979
The right question is: is there added value in reinventing the wheel? (button, form controls, badge, card, spinner, modal...). The existing wheels will probably ride better than yours.
I would go with vanilla Bootstrap (just the Sass part, not the JS part).
Bootstrap CSS utilities are very nice: same principles as Tailwind CSS.
<!DOCTYPE html><title>Hello, World!</title>
Verified with https://validator.w3.org/
Charts are from different sources and thus colors are inconsistent, please carefully read the chart's legends.
Like this? Check React vs others https://gist.github.com/tkrotoff/b1caa4c3a185629299ec234d2314e190
https://insights.stackoverflow.com/trends?tags=flutter%2Creact-native