This file contains hidden or 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
| 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"; |
This file contains hidden or 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
| ; Function to generate birth numbers [Win + Shift + B] | |
| #+b::GenerateBirthNum() | |
| GenerateBirthNum() | |
| { | |
| Gender: | |
| Random, Gender, 0, 1 | |
| Year: | |
| Random, Year, 1970, FormatTime, CurrentDateTime,, yyyy |
This file contains hidden or 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
| git branch | Select-String -NotMatch -Pattern "master" | %{ git branch -D $_.ToString().Trim() } |
Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
| Commit type | Emoji |
|---|---|
| Initial commit | 🎉 :tada: |
| Version tag | 🔖 :bookmark: |
| New feature | ✨ :sparkles: |
| Bugfix | 🐛 :bug: |
This file contains hidden or 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
| "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 |
This file contains hidden or 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
| '=================================================================== | |
| '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 | |
| ' |
This file contains hidden or 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
| const str = "ščíáýžľčéíľšéíľéšíťč"; | |
| str.normalize('NFD').replace(/[\u0300-\u036f]/g, ""); |
This file contains hidden or 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
| ! 2021-10-20 https://outlook.live.com | |
| outlook.live.com##._1fti_QgAzqGWPGlqh_FSvI | |
| outlook.live.com##._28ithXDZzMqSN0YAG2rCVn |
This file contains hidden or 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
| .tab-background:is([selected], [multiselected]) { | |
| box-shadow: 0 5px 15px -15px rgba(0, 0, 0, 0.75) !important; | |
| } |
OlderNewer