Skip to content

Instantly share code, notes, and snippets.

View docs.md

homepage

yt_topic_timestamp

mytuts

docs_read

logo

View Groups and Ranges.md
Groups and Ranges Action
(x) Capture Group Matches any character in the Parentheses
(x | y) OR Operand Matches either x or y character in the Parentheses
[abc] [a-c] Character Class Matches any one of the enclosed characters also a range using hypen
(x) Capture Group Matches any character in the Parentheses
@choco-bot
choco-bot / FilesSnapshot.xml
Created Oct 18, 2021
office-tool v8.2.7.0 - Passed - Package Tests Results
View FilesSnapshot.xml
<?xml version="1.0" encoding="utf-8"?>
<fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<files>
<file path="C:\ProgramData\chocolatey\lib\office-tool\office-tool.nupkg" checksum="BB4E64FB2BFD7268FDA62811F12A9F1C" />
<file path="C:\ProgramData\chocolatey\lib\office-tool\office-tool.nuspec" checksum="094C9E8F35B8E1302B0FEF43F25EFDF9" />
<file path="C:\ProgramData\chocolatey\lib\office-tool\office-toolInstall.zip.txt" checksum="EC2F17D45240D66B37836F9BC448748A" />
<file path="C:\ProgramData\chocolatey\lib\office-tool\tools\chocolateybeforemodify.ps1" checksum="38A04960684EFBED1A35626F126329D3" />
<file path="C:\ProgramData\chocolatey\lib\office-tool\tools\chocolateyinstall.ps1" checksum="5A96DFE57725A27AE873B6406FF7F197" />
<file path="C:\ProgramData\chocolatey\lib\office-tool\tools\chocolateyuninstall.ps1" checksum="F703B4A71B8F91C81DFB3916B4E3855C" />
<file path="C:\ProgramData\chocolatey\lib\office-tool\tools\LICENS
View docs.md

homepage

yt_topic_timestamp

mytuts

docs_read

logo

View docs.md

homepage

yt_topic_timestamp

mytuts

docs_read

logo

@Samsyu
Samsyu / action_button_in_DT.R
Created Oct 18, 2021 — forked from thisisnic/action_button_in_DT.R
Example of how to include actionButtons in a DT, with one observer for all buttons
View action_button_in_DT.R
# Adapted from https://stackoverflow.com/questions/45739303/r-shiny-handle-action-buttons-in-data-table
library(shiny)
library(DT)
library(tibble)
#' Programmatically create a Shiny input
#'
#' @param FUN function to create the input
#' @param n number of inputs to be created
View docs.md

homepage

yt_topic_timestamp

mytuts

docs_read

logo

View v2ex-github.css
#Top {
text-align: center;
background-color: #24292f;
}
View docs.md

homepage

yt_topic_timestamp

mytuts

docs_read

logo

View docs.md

homepage

yt_topic_timestamp

mytuts

docs_read

logo