Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
Commit type | Emoji |
---|---|
Initial commit | 🎉 :tada: |
Version tag | 🔖 :bookmark: |
New feature | ✨ :sparkles: |
Bugfix | 🐛 :bug: |
.tab-background:is([selected], [multiselected]) { | |
box-shadow: 0 5px 15px -15px rgba(0, 0, 0, 0.75) !important; | |
} |
! 2021-10-20 https://outlook.live.com | |
outlook.live.com##._1fti_QgAzqGWPGlqh_FSvI | |
outlook.live.com##._28ithXDZzMqSN0YAG2rCVn |
const str = "ščíáýžľčéíľšéíľéšíťč"; | |
str.normalize('NFD').replace(/[\u0300-\u036f]/g, ""); |
'=================================================================== | |
'Description: VBS script to import eml-files. | |
' | |
'Comment: Before executing the vbs-file, make sure that Outlook is | |
' configured to open eml-files. | |
' Depending on the performance of your computer, you may | |
' need to increase the Wscript.Sleep value to give Outlook | |
' more time to open the eml-file. | |
' Make sure you have enabled "visible" file extensions in explorer.exe | |
' |
"use strict"; | |
/** | |
* Hypertext Transfer Protocol (HTTP) response status codes. | |
* @see {@link https://en.wikipedia.org/wiki/List_of_HTTP_status_codes} | |
*/ | |
enum HttpStatusCode { | |
/** | |
* The server has received the request headers and the client should proceed to send the request body |
Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
Commit type | Emoji |
---|---|
Initial commit | 🎉 :tada: |
Version tag | 🔖 :bookmark: |
New feature | ✨ :sparkles: |
Bugfix | 🐛 :bug: |
git branch | Select-String -NotMatch -Pattern "master" | %{ git branch -D $_.ToString().Trim() } |
; Function to generate birth numbers [Win + Shift + B] | |
#+b::GenerateBirthNum() | |
GenerateBirthNum() | |
{ | |
Gender: | |
Random, Gender, 0, 1 | |
Year: | |
Random, Year, 1970, FormatTime, CurrentDateTime,, yyyy |
package sk.o2.assistant.portlet.common.util; | |
import javax.portlet.PortletURL; | |
import javax.portlet.RenderResponse; | |
import javax.portlet.ResourceURL; | |
public final class PortletUtils { | |
private static final String PORTLET_ACTION_NAME = "javax.portlet.action"; |