-
The goal of the chapter is to:
- present the community
- entice the reader to join
# The secret handshakes
- « It's "Perl", not "PERL" »
- Secret operators
# People
## Perl mongers
A bit of history, …
book updated
11 years ago
-
# Summary
Add support for profiles pictures / icons in user profiles
# Background
It be a friendly touch to add profile pictures or icons for people with profiles on the site. This helps give…
-
Hi,
As far as I can see `NICK` is ignored. In other applications the following is displayed as `first1 "nick1" last1`
```
1 NAME first1 /last1/
2 GIVN first1
2 NICK nick1
2 SURN last1
```
…
-
It might be better to have a validation on the name parameter as there shouldn't be special character in a person name.
![image.png](https://raw.githubusercontent.com/nusCS2113-AY1920S1/pe/master/im…
-
## Pip Installing Packages
To complete this project we will need a few packages; these are add-ons available to Python but not included in the base install. Very luckily, we installed the latest Pyth…
-
## Pip Installing Packages
To complete this project we will need a few packages; these are add-ons available to Python but not included in the base install. Very luckily, we installed the latest Pyth…
-
## Pip Installing Packages
To complete this project we will need a few packages; these are add-ons available to Python but not included in the base install. Very luckily, we installed the latest Pyth…
-
**Steps to reproduce:**
1. `add n/John Doe !@#$%^&* @!!@#!@#@!$ p/98765432 e/johnd@example.com a/John street, block 123, #01-01`
**Expected:**
Command should fail as the name contains invalid specia…
-
There is a requirement for the bot to be somehow integral to the Dungeons and Dragons campaign. This may be for simply messaging them regarding the start of the game, or providing them the resources t…
-
Trying to draw a huge polygon (~150 vertices randomly generated):
```lisp
(defpackage #:sketch-user
(:use #:cl)
(:local-nicknames (#:s #:sketch)))
(in-package #:sketch-user)
(s:defsketch…